Install expo-cli. If on Mac you get any permission errors then run as sudo
npm install expo-cli --global
Create 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