Installing Third-Party Libraries from npm with React Native

InstructorBonnie Eisenman

Share this video with your friends

Send Tweet

Learn how to install JavaScript modules from npm for use in your React Native project. We'll install and import the lodash library, then demonstrate how to use it from our React component. We'll also see what happens when you try to use a third-party library, such as jQuery, that attempts to access the browser window and is therefore not compatible with React Native.