Peace
Peace
This is the active, collaborative repo for `react-native-modal-selector`, a continuation of the abandoned `react-native-modal-picker` project. Please post a reply in this thread if you would like to be added as...
When the arrive confetti component unmounts, an error is logged in the console: > Warning: Please report: Excessive number of pending callbacks: 501. Some pending callbacks that might have leaked...
This allows the modal contents to automatically fit any screen.
There have been numerous attempts to contact @d-a-n and merge the dozens of outstanding PR's. Since there has been no response, I am reluctantly opening up a fork to continue...
There are tons of forks & PRs that have been pending for this project. How do we migrate this to an active repo where more than one person can merge...
It would be handy if the form would indicate whether the entire form (all the child inputs) are valid. This controls whether the Submit button should be operable, for example....
The helpText field can be leveraged to show an error message for input validation, as shown in the examples. However this results in a lot of boilerplate code, particularly when...
Using plain old React Native and two adjacent TextInput components, pressing Enter on the soft keyboard will automatically advance focus to the next TextInput. `react-native-form-generator` doesn't behave this way. Pressing...
Add missing export to the root _index.js_
Fixes https://github.com/onurzorluer/react-image-file-resizer/issues/94 - Fix bug when maxHeight === minHeight && maxWidth === minWidth. Additionally: - This project has been converted to TypeScript with a generated type definition file. - The...