Learn to install JavaScript modules that include native code. Some ReactNative modules include native code for Android and/or iOS in addition to JavaScript. We'll install the react-native-video comp...
By default, ReactNative only targets iPhone - so if you run on an iPad, it will show up as a scaled app, and won't look like a native iPad app.
To target both iPhone and iPad, you have to change the...
Yellow box warnings in reactnative can be intrusive. We will use console.disableYellowBox to disable the yellow box entirely. We'll also use console.ignoredYellowBox to selectively disabled warn...