React native Installation and overview Installation • On Mac (see tutorialsPoint tutorial) • Download Xcodefrom app store • Install command line tools (look in preferences) • Open the terminal window • Install homebrew: see link on tutorialspoint a React Native – Environment Setup • Install Watchman: see link on tutorialspoint a React Native – Environment Setup • Install node.js: https://nodejs.org/en/download/ • DO NOT do step 3 of tutorialspoint. Instead, go to the Facebook ReactNative tutorial. • npminstall -g create-react-native-app • Continue the tutorial • Download the Expo client (see class web site, reference a React Native a Expo ...
React Native i React Native About the Tutorial React Native is a JavaScript framework for building native mobile apps. It uses the React framework and offers large amount of inbuilt components and APIs. Audience This tutorial is designed for JavaScript and React developers who aspire to learn mobile building skills. By following this course, you will expand your React and JavaScript knowledge, learn some concepts of functional programming, and prepare to enter the mobile world. Since JavaScript world is moving forward, we will keep up with it and use EC6 syntax in this tutorial. Prerequisites To be able to follow ...