foect
foect copied to clipboard
Simple form validation library for React Native.
fixes #19. - [ ] fix failing tests tests are failing because unsafe aliases available only in React 16.3+ but tests are running with React 15.4. for using 16.3+ in...
the newest RN0.61.5 use React 16.9 which will warn when you use `componentWillMount ` etc > Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for...
https://github.com/unexge/foect/blob/834f4a8862faea5aad9b09d0befc8ad2a267717c/src/control.ts#L70 As you can see above link. if form value is falsy control component fallbacks to empty string. This misdirects to developers and causes to break type strict codes. For...
Title explains everything...