Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhileshns/react-native-sk
https://github.com/akhileshns/react-native-sk
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akhileshns/react-native-sk
- Owner: AkhileshNS
- Created: 2019-08-14T14:25:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:05:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T15:03:22.115Z (7 months ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Starter Kit
This is my personal React Native Starter Kit
## Tech Stack
1. **State Management**: unstated-next
2. **Routing**: react-navigation
3. **Testing**: Enzyme
4. **Utilities**: Lodash, Immer
5. **Styling**: Emotion
6. **UI**: React Native Paper
7. **Crash Proofing**: React Native Exception Handler
8. **Icons**: React Native Vector Icons
## Commands
- **npm run add/remove screen (NAME)** -
Use this command to either add or remove a screen in the project- **npm run change screen (OLDNAME) (NEWNAME)** -
Use this command to change an old screen name to a new one- **npm run add/remove component (NAME)** -
Use this command to either add or remove a component in the project- **npm run change component (OLDNAME) (NEWNAME)** -
Use this command to change an old component name to a new one