some utils for react-native
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
$ npm install --save react-native-utils-gjs
Check out the Examples for details.
the following is a quick walkthrough of these utils
- httpRequest
import {httpRequest} from 'react-native-utils-gjs';
- FormView
import {FormView} from 'react-native-utils-gjs';