React-native init

1 개요[ | ]

react-native init
zeta-iMac:~ testuser$ react-native init HelloWorld
This will walk you through creating a new React Native project in /Users/ktds05/Documents/Jmnote/HelloWorld
Using yarn v0.23.2
Installing react-native...
yarn add v0.23.2
info No lockfile found.
[1/4] 🔍  Resolving packages...
warning react-native > xcode > node-uuid@1.4.7: Use uuid module instead
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning "react-native@0.43.4" has unmet peer dependency "react@16.0.0-alpha.6".
[4/4] 📃  Building fresh packages...
success Saved lockfile.
success Saved 470 new dependencies.
├─ absolute-path@0.0.0
├─ accepts@1.2.13
... (생략)
├─ wordwrap@1.0.0
├─ xml-name-validator@2.0.1
└─ yargs@6.6.0
✨  Done in 11.22s.
To run your app on iOS:
   cd /Users/testuser/HelloWorld
   react-native run-ios
   - or -
   Open ios/HelloWorld.xcodeproj in Xcode
   Hit the Run button
To run your app on Android:
   cd /Users/testuser/HelloWorld
   Have an Android emulator running (quickest way to get started), or a device connected
   react-native run-android

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}