Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 532 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 532 Bytes

WAT

dictionary app, form tutorial ios/android builds working

android app ios app

HOW

npm i
~/Library/Android/sdk/tools/emulator -avd reactnative
npm start -- --reset-cache
#open ios/DictionaryNative.xcodeproj
react-native run-ios
react-native run-android

To enable hot code push, install frape to have easy shake button for android.