Expose style prop of chidren of KeyboardAwareScrollView #325
Labels
🐛 bug
Something isn't working
📚 components
Anything related to the exported components of this library
KeyboardAwareScrollView 📜
Anything related to KeyboardAwareScrollView component
Is your feature request related to a problem? Please describe.
When using the KeyboardAwareScrollView component with react-native-web there is no way in styling it's internal child (
<Reanimated.View style={view}>{children}</Reanimated.View>
) which I need to do because it needs to span the whole screen for me and therefore i have to addflex: 1
to it somehow.Describe the solution you'd like
Expose the style prop of that child.
Describe alternatives you've considered
Importing a css file on some other way and target that div.
The text was updated successfully, but these errors were encountered: