Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 723 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 723 Bytes

一步一步学习RN

HelloWorldJs: 是react-native项目,用js编写,具体业务可写在这儿。
HelloWorldSwift: 是融合的swift项目,为RN提供入口。
lesson-x: 是课程文件。

install

git clone [email protected]:leetlin/LearnRN.git
cd LearnRN

1.安装js项目

1. cd HelloWorldJs
2. yarn install

2.安装swift项目

1. cd HelloWorldSwift/ReactNative
2. yarn install && cd ..
3. sudo brew install cocoapods
4. open HelloWorldSwift.xcworkspace

安装流程可参考: lesson-0

start

1. 启动js项目: yarn start
2. 启动swift项目: open HelloWorldSwift.xcworkspace && cmd + R