React Native v2 course material for Frontend Masters
This article introduces a React Native course designed for students who are new to React Native, assuming they have a background in JavaScript. It offers the flexibility of choosing between Expo or plain React Native for following the course, providing instructions for both options.
To install the theme, follow these steps:
npm install -g expo-cli
expo init MyNewProject
cd MyNewProject
expo start
This article introduces a React Native course catering to beginners in React Native with JavaScript experience. It provides the choice between Expo for quick setup or plain React Native for a more hands-on approach. Users can follow the course using their preferred method, with instructions available for both options.