harshq / react-native-mentions

Mentions textbox for React Native. Works on both ios and android. :whale:
MIT License
309 stars 82 forks source link

Feature Request: Allow access to FlatList props #48

Open groteworld opened 2 years ago

groteworld commented 2 years ago

Access to overwrite any props of the FlatList would be helpful. Maybe through the usage of a object?

<MentionsTextInput
  // ...
  listProps={{
    nestedScrollEnabled: true
  }}
/>

Thank you!