File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ The app itself is a very simple Hello World (ish) app. Not only does it show
1616"Hello World"... but when you click (or tap) it... it changes from red to blue!
1717woah!
1818
19+ ## Technologies Used
20+
21+ - [ React] ( https://facebook.github.io/react/ )
22+ - [ React Native] ( https://facebook.github.io/react-native/ )
23+ - [ Redux] ( http://redux.js.org/ )
24+ - [ Webpack] ( https://webpack.github.io/ )
25+ - [ Babel] ( https://babeljs.io/ )
26+
1927## Directory Structure
2028
2129` android ` houses the Android project files, ` ios ` houses the iOS project files,
@@ -35,6 +43,11 @@ implementation to the platform you're writing for. The second is that React
3543Native and React are ultimately... different and the code wouldn't be reusable
3644without some crazy aliases.
3745
46+ ## Entry Points
47+
48+ The entry point for the iOS app is ` index.ios.js ` , for android is
49+ ` index.android.js ` , and for the web app is ` app/web/index.js ` .
50+
3851## Configured Scripts
3952
4053### Running in dev/production
You can’t perform that action at this time.
0 commit comments