https://github.com/dckt/fastestwriter-app
How many words can you write in 1 minute ?
https://github.com/dckt/fastestwriter-app
react-native
Last synced: about 1 month ago
JSON representation
How many words can you write in 1 minute ?
- Host: GitHub
- URL: https://github.com/dckt/fastestwriter-app
- Owner: DCKT
- License: mit
- Created: 2017-04-20T07:56:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T20:49:23.000Z (about 9 years ago)
- Last Synced: 2025-04-05T16:35:10.112Z (about 1 year ago)
- Topics: react-native
- Language: JavaScript
- Homepage:
- Size: 106 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastest Writer
How many words you can write in 1 minute ?


## react-native-starter
Simple React Native starter kit
[](https://github.com/feross/standard)
## Setup
Run `yarn` or `npm i` then `react-native link`.
**Note :** Do a replace all on `projectname` for your project name
## Support
Current React Native version supported : **0.42.3**
## Packages
This starter uses :
- `react-native-splash-screen` to manage splash screen
- `redux` as state manager
- `native-base` for his UI components
- `react-navigation` for the Router
## Scripts commands
Here is the available scripts commands :
- `start`: run react-native packager
- `test`: run jest
- `android`: alias for "react-native run-android"
- `ios`: alias for "react-native run-ios"
- `lint`: run eslint
- `build:android`: create Android APK release
- `build:ios`: create iOS jsbundle release