Credit to
lobalingala.wordpress.com for the dictionary
Notes:
------
To generate the verbs after any update run `node verbs.js`
To run
======
Either:
Install the app-release.apk on your android phone, it may be necessary to allow installation from unknown sources - google how to do this for your specific android version and phone model
Or:
Follow the instructions here for your machine:
You may need to refer to some of the information here:
Then before attempting to run the app:
```
npm install
```
Setup a virtual device in genymotion and run it - nexus 5x works well amongst others.
Run `react-native start`
Run `react-native run android`
Tada! It should work.