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

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 ?

Awesome Lists containing this project

README

          

# Fastest Writer
How many words you can write in 1 minute ?

![](https://github.com/DCKT/FastestWriter-app/blob/master/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png?raw=true)


## react-native-starter
Simple React Native starter kit

[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](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