Native
Last updated
Was this helpful?
Last updated
Was this helpful?
TypeScript-first, lightning fast Forms for React.js and React Native. The @lynxts/native
package provides abstractions and helpers specifically for React Native, which makes working with forms simpler, more maintainable, and intuitive.
: Same as the @lynxts/native
version used
: >=16.8.0
: >=0.59.0
Using Yarn:
Using NPM:
To make using forms in React Native as simple as possible, @lynxts/native
provides submit-like components based on every "touchable" core component (Button, TouchableHighlight, TouchableOIpacity, etc.). These components are just abstractions where the useFormSelector(..)
hook is used to access the submit()
function form the context to be called in the onPress(..)
event.
Contributions are very welcome! To do so, please fork this repository and open a Pull Request to the main
branch.
It also provides a helper TextField<T>
component based on the foundational component. This component adds a label and error handling and its intention is for users to quickly jump into using simple forms. However, we strongly recommend creating you own abstractions to get better control and customization.
You can find the complete API refence 📚
Suggestions are always welcome! Please create an describing the request, feature, or bug. We'll try to look into it as soon as possible 🙂