react-native-utils
some utils for react-native
Documentation
Features
react-native-utils
is a util package that allows you to:
- use httpRequest to send a Get or Post http request
- use FormView to set up a Form views page
Installation
$ npm install --save react-native-utils-gjs
Usage
Check out the Examples for details.
the following is a quick walkthrough of these utils
- httpRequest
;
- FormView
;