React Native Keyboard Avoid Scrollview is a simple and easy to use cross platform component that augments react-native's SafeAreaView and ScrollView to create a single component that works out of the box to handle all the jank involved in keyboard avoidance in React Native. Getting Started Insta...
react-native-keyboard-avoid-scrollview A simple and easy to use cross platform component that works out of the box to handle all the jank involved in keyboard avoidance in React Native react native react-native react-components android ios ...
AppendKeyboardAvoidingViewafter GiftedChat. This should only be done for Android, asKeyboardAvoidingViewmay conflict with the iOS keyboard avoidance already built into GiftedChat, e.g.: <View style={{ flex: 1 }}> <GiftedChat /> { Platform.OS === 'android' && <KeyboardAvoidingView behavior...
This should only be done for Android, as KeyboardAvoidingView may conflict with the iOS keyboard avoidance already built into GiftedChat, e.g.: <View style={{ flex: 1 }}> <GiftedChat /> { Platform.OS === 'android' && <KeyboardAvoidingView behavior="padding" /> } </View> If you...
Don't use setState for disabled KeyboardAvoidingView to avoid re-renders (783150f37b by @adamgrzybowski)Add mock removeEventListener and currentState method for AppState (1bda78f2fa by @w3cay)Default condition set for experimental Package Exports is now ['require', 'import', 'react-native']...
Fix a bug where the keyboard, once set as email, won't change back to default. (ec307e0167 by @larkox) NPE in ReactEditText.setInputType when React Native is used with some versions of a AppCompat 1.4.x. (and possibly others) (92ebb298e2) Fix NPE on ReactEditText due to null ...
Make sure *.ts files are considered for task avoidance in the Gradle Plugin (1a9fb6cb68 by @cortinico) Fix missing import on New Architecture build script in template (a22f30d2ce by @cortinico) iOS specific Use NODE_BINARY from .xcode.env when running packager from Xcode (ff785dbcf5...
Fixed crash occurring in certain native views when handling keyboard events. (f7e35d4ef7 by @aleqsio) Fixed ScrollView momentum not stopping when calling scrollTo programmatically (681b35daab by @tomekzaw) Fix memory leak in Android (bc766ec7f8) Address New Architecture performance regre...
InputToolbar avoiding keyboard Redux support System message Quick Reply messages (bot) Typing indicator Getting started Installation Install dependencies Yarn: yarn add react-native-gifted-chat react-native-reanimated react-native-safe-area-context react-native-get-random-values ...
This should only be done for Android, as KeyboardAvoidingView may conflict with the iOS keyboard avoidance already built into GiftedChat, e.g.: <View style={{ flex: 1 }}> <GiftedChat /> { Platform.OS === 'android' && <KeyboardAvoidingView behavior="padding" /> } </View> If you...