Installing and Linking Modules with Native Code in React Native

InstructorBonnie Eisenman

Share this video with your friends

Send Tweet

Learn to install JavaScript modules that include native code. Some React Native modules include native code for Android and/or iOS in addition to JavaScript. We'll install the react-native-video component using npm install, and then link it with the react-native link command so that our Video component works properly on both iOS and Android.

Dennis Orsini
~ 7 years ago

Saved my life.