This project is a example dictionary application for translate english to thai (multi language coming soon)
# Clone the repo
git clone https://github.com/narongsaky/RNDictionary.git
# Install dependencies
npm install -g react-native-cli
npm install# Start with ios
react-native run-ios
# Start with android
react-native run-android