Skip to content

Expose style prop of chidren of KeyboardAwareScrollView #325

@sem4phor

Description

@sem4phor

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 component🐛 bugSomething isn't working📚 componentsAnything related to the exported components of this library

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions