Expo for React Native
- Kiazsoft

- Oct 1, 2020
- 1 min read
Install expo-cli. If on Mac you get any permission errors then run as sudo
npm install expo-cli --globalCreate expo project
expo init MyApp
cd MyApp
expo start (This will start the project)React Native do not provide image picker. Installing expo image picker.
expo install expo-image-picker
Comments