react-native-spotlight-input icon indicating copy to clipboard operation
react-native-spotlight-input copied to clipboard

Simple drop-in replacement for React Native <TextInput> that makes devs happy 😄

Results 6 react-native-spotlight-input issues
Sort by recently updated
recently updated
newest added

Unable to run this package with latest react-native. Please update!

When assigning the input a ref in order to call expand from a touch response, it causes the input to "disappear". After "disappearing", tapping the TextInput's original position will bring...

![mov](https://user-images.githubusercontent.com/1535001/46693331-59771000-cbbe-11e8-90d6-8b117ceb9e44.gif) this occurs on al of my fields, but only on the first render; subsequent focuses are as expected. I expect this is due to the layout calculation [here](https://github.com/underscopeio/react-native-spotlight-input/blob/master/packages/react-native-spotlight-input/src/index.tsx#L170). The...

![mov](https://user-images.githubusercontent.com/1535001/46637769-8a9a0680-cb12-11e8-80b8-5a625c07e65d.gif) All of these text inputs are ```js ``` the first one works as expected in the simulator, but the second set (which are displayed in a react-navigation modal, if...

Primary use case: I want to automatically submit a form once the TextInput collapses (if the validation passed). This means my controller needs to know that a collapse was requested...

Great component, but I've noticed it suffers from the same issues with most modal components in that refreshing the app doesn't dismiss this component, nor can it be closed in...