APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

extraScrollHeight not working in Android #581

Open luvnishCapgemini opened 1 month ago

luvnishCapgemini commented 1 month ago

I used "extraScrollHeight" props in project. In iOS, it's properly adding extra offset to the keyboard but in Android it's not adding offset.


<KeyboardAwareScrollView
            style={{flex: 1}}
            extraScrollHeight={100}>
            <View>
                { ......... }
            </View>
</KeyboardAwareScrollView>
luvnishCapgemini commented 1 month ago

@slorber @alvaromb @lbarry-apsl

slorber commented 1 month ago

I don't maintain this package anymore

lbarry-apsl commented 1 month ago

Sorry, but I can't help you. I have never used this library