react-native-input-scroll-view icon indicating copy to clipboard operation
react-native-input-scroll-view copied to clipboard

Perfect TextInput ScrollView

Results 5 react-native-input-scroll-view issues
Sort by recently updated
recently updated
newest added
trafficstars

When I set `topOffset` to account for my navigation header, it seems like I have to also set the `keyboardAvoidingViewProps` `keyboardVerticalOffset`, or the ScrollView doesn't get short enough when the...

In scrollview, stickyHeaderIndices={[3]} in scrollview working with 4th child component but in Inputscrollview stickyHeaderIndices={[3]} is not working in 4th child component how can i solve it

## Problem I'm using TouchableWithoutFeedback inside of InputScrollView in order to hide keyboard when user press outside of the textinput, but Keyboard.dismiss doesn't work. ## Repro here's a reproduction code....

Is there any way to do this without setting the value? It's way too slow with it, and doesn't update in real-time. It makes the app feel extremely laggy.