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

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.27k stars 646 forks source link

Assign innerRef to a forwarded ref #518

Closed arunim2405 closed 2 years ago

arunim2405 commented 2 years ago

I have a deeply nested component where I was earlier using a normal flatlist, there I was assigning flatlist my forwarded ref like ref={this.props.forwardRef} How can I acheive the same with keyboardawareflatlist?