Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: TS errors in
KeyboardAvoidingView
(#733)
## 📜 Description Remove `contentContainerStyle` for `KeyboardAvoidingView` in documentation as it's not needed and after #711 it trigerrs TS errors. ## 💡 Motivation and Context Conditional types were added intentionally to spot issues like this. Glad to see it works 😅 Closes #732 ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### Docs - remove `contentContainerStyle` for `KeyboardAvoidingView`. ## 🤔 How Has This Been Tested? Tested on localhost:3000 ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information