Skip to content

ksti/react-native-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  import {httpRequest} from 'react-native-utils-gjs';
  • FormView
  import {FormView} from 'react-native-utils-gjs';

About

some utils for react-native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published