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
- Host: GitHub
- URL: https://github.com/kiranfl/simple-react-native
- Owner: kiranfl
- License: mit
- Created: 2019-12-17T05:41:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T08:58:20.000Z (over 2 years ago)
- Last Synced: 2025-04-12T04:08:38.543Z (about 1 year ago)
- Topics: android, ios, javascript, react, react-native, react-native-component, simple-react-native
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/simple-react-native
- Size: 17 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***
***
[](https://www.npmjs.com/package/simple-react-native) [](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)