react-native-scroll-bottom-sheet icon indicating copy to clipboard operation
react-native-scroll-bottom-sheet copied to clipboard

react-native-keyboard-aware-scroll-view works incorrectly on Android

Open alex-vasylchenko opened this issue 5 years ago • 1 comments

Current Behavior

Screen Recording 2020-10-22 at 14 54 05

Code

<ScrollBottomSheet {...props} componentType="ScrollView"> <KeyboardAwareScrollView> ... </KeyboardAwareScrollView> </ScrollBottomSheet>

Expected Behavior

Screen Recording 2020-10-22 at 14 43 42

Environment

version
Platform (Android, iOS or both) Android
react-native-scroll-bottom-sheet 0.7.0
react-native 0.63.2
react-native-gesture-handler 1.7.0
react-native-reanimated 1.13.0

alex-vasylchenko avatar Oct 22 '20 12:10 alex-vasylchenko

Same problem with Keyboard avoiding view component

Mayaela avatar Nov 16 '20 15:11 Mayaela