on project "Build Phrases" add "CoreMedia.framework, AudioToolbox.framework, VideoToolbox.framework, libz.dylib, libc++.dylib, GLKit.framework" in "Link Binary with Libraries"
config the iOS Developer Program options (check the "Automatically manage signing" and select your Team in the Xcode project General page may be the easiest way)
If you want to generate a brand new react-native project, run the following command
Normally, you should run
to generate a react-native project, but above command will init a react-native-0.45.0 project at the moment I wrote this doc, unfortunately react-native-0.45.0 has a bug and cannot build.
