An open API service indexing awesome lists of open source software.

https://github.com/kiranfl/simple-react-native

Simple and faster way to implement react native apps
https://github.com/kiranfl/simple-react-native

android ios javascript react react-native react-native-component simple-react-native

Last synced: about 1 year ago
JSON representation

Simple and faster way to implement react native apps

Awesome Lists containing this project

README

          

***
***

[![npm](https://img.shields.io/npm/v/simple-react-native.svg)](https://www.npmjs.com/package/simple-react-native) [![npm](https://img.shields.io/npm/dm/simple-react-native.svg)](https://www.npmjs.com/package/simple-react-native)

# simple-react-native

As the name suggests introducing a simple and faster way to develop react native apps.
***
Why does every developer need to spend the same amount of time to develop the same screens or components?
* The main intention of this package is providing template screens which are used frequently in almost every app.
* And providing wrapper or abstract components upon existing react native components.
* All props are optional.
* This will reduce the development time.
* We can develop POC (Proof Of Concept) apps quickly by calling the specified components directly without using any props.
* Once we utilize all the provided props and callbacks, we can develop fully functional production apps. Everyone can use their own images, colors and themes by applying corresponding props.

Initially we added Splash,Login and Signup. More components will be coming soon like side drawer, bottom navigation bar and etc.
***
## Installation

```bash
npm install --save simple-react-native
```
***
## Running the example

* ```git clone https://github.com/kiranfl/simple-react-native.git```
* ```cd example```
* ```npm install```
* ```react-native run-ios | react-native run-android```

***
## Reference

* [``](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Splash.md)

Click [here](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Splash.md) to check usage and props.

* [``](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Login.md)

Click [here](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Login.md) to check usage and props.

* [``](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Signup.md)

Click [here](https://github.com/kiranfl/simple-react-native/blob/master/Docs/Signup.md) to check usage and props.

***
## License
[MIT](https://github.com/kiranfl/simple-react-native/blob/master/LICENSE)