react-native-101:在ES6中学习React Native

时间:2024-06-06 10:49:03
【文件属性】:

文件名称:react-native-101:在ES6中学习React Native

文件大小:187KB

文件格式:ZIP

更新时间:2024-06-06 10:49:03

JavaScript

react-native-101 在ES6中学习React Native。 以及Egghead.io上的课程 。 在开始这样做之前,我对React的经验很少,而对React Native的经验为零。 我知道组件,状态和render()函数的一些基本概念,但从未真正使用React制作任何应用程序。 教程中的代码同时使用ES5和ES6语法。 我做了一些改动,以尽可能多地使用ES6。 在simulartor上运行此应用 $ npm install $ open reactNativeOne.xcodeproj 在设备上运行 跑步 $ react-native bundle 然后在Xcode中打开AppDelegate.m ,对此行添加注释(〜L34) jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index


【文件预览】:
react-native-101-master
----App()
--------Profile()
--------Repositories()
--------MyWebView()
--------Dashboard()
--------Separator()
--------Utilities()
--------Badge()
--------Notes()
--------Main()
----.jshintrc(70B)
----index.ios.js(734B)
----.flowconfig(943B)
----reactNativeOne.xcodeproj()
--------xcshareddata()
--------project.pbxproj(30KB)
----reactNativeOneTests()
--------Info.plist(765B)
--------reactNativeOneTests.m(2KB)
----.npmignore(274B)
----.editorconfig(145B)
----.gitignore(294B)
----readme.md(9KB)
----package.json(208B)
----iOS()
--------Info.plist(1KB)
--------main.m(510B)
--------Base.lproj()
--------Images.xcassets()
--------AppDelegate.h(451B)
--------main.jsbundle(753KB)
--------AppDelegate.m(2KB)

网友评论