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

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
https://www.npmjs.com/package/@codler/react-native-keyboard-aware-scroll-view
38 stars 16 forks source link

ScrollView props typescript errors #1

Closed walterholohan closed 4 years ago

walterholohan commented 4 years ago

contentContainerStyle, keyboardShouldPersistTaps and all other inherited <Scrollview /> props are giving a typescript error's.

image

walterholohan commented 4 years ago

Not an issue. It was set up problem with my monorepo.