-
-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
KeyboardAwareScrollView 📜Anything related to KeyboardAwareScrollView componentAnything related to KeyboardAwareScrollView component🐛 bugSomething isn't workingSomething isn't working📚 componentsAnything related to the exported components of this libraryAnything related to the exported components of this library
Description
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 add flex: 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.
Metadata
Metadata
Assignees
Labels
KeyboardAwareScrollView 📜Anything related to KeyboardAwareScrollView componentAnything related to KeyboardAwareScrollView component🐛 bugSomething isn't workingSomething isn't working📚 componentsAnything related to the exported components of this libraryAnything related to the exported components of this library