- React Native By Example
- Richard Kho
- 116字
- 2021-07-09 18:21:29
Initializing a new project
With the React Native SDK already installed, initializing a new React Native project is as simple as using the following command line:
react-native init Tasks
Let the React Native command line interface do its work for a few moments, then open the directory titled Tasks once it is completed.
From there, running your app in iOS Simulator is as easy as typing the following command:
react-native run-ios
This will start a process to build and compile your React Native app, launch the iOS Simulator, import your app to the Simulator, and start it. Whenever you make a change to the app, you will be able to reload and see those changes immediately.
推薦閱讀
- Instant Testing with CasperJS
- Spring 5.0 Microservices(Second Edition)
- Learning Cython Programming
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- VMware vSphere 6.7虛擬化架構實戰指南
- Mastering Scientific Computing with R
- SEO實戰密碼
- Jupyter數據科學實戰
- 劍指Java:核心原理與應用實踐
- Mastering Git
- OpenCV with Python By Example
- Java Hibernate Cookbook
- jQuery Essentials
- Visual Basic 開發從入門到精通
- Arduino Robotic Projects