A React-Native App Prjt
run the following command:
1.cd path '/element',then run command 'yarn install' install node_modules eg:
$ cd /Users/example/Desktop/element-react-native/element
$ yarn install
2.Run instructions for iOS:
(1)cd path '/element/ios' ,run command 'pod install'
$ pod install
(2)cd path '/element', run command 'react-native run-ios'
$ react-native run-ios
--or-- Open element/ios/elementStu.xcworkspace in Xcode or run "xed -b ios" ,Hit the Run button
3.Run instructions for Android: Have an Android emulator running (quickest way to get started), or a device connected;
$ react-native run-android