test Dike Front-End
PROJECT STRUCTURE
/android: Android native code
/build: stores iOS apk and Android app installation packages
/ios: iOS native code
/public: stores images, audios and other assets
/src: JavaScript source files constants.js: I put all constant variables into this file
/components: React-native components, such buttons, lists
/scenes
/style: shared style files, text, colors, etc.
/utils: reusable functions index.android.js: Android entry file
index.ios.js: iOS entry file
STACK
react native bitrise
Contributed by Long To, Bao Nguyen.