Moi Social learning app with technologies based in React Native.
- Node
v10.x.x
- Expo-Cli
>= 3.1.2
Expo - Yarn
1.17.3
- Xcode
10.3 (10G8)
- Xcode command line tools
- react-native-cli: 2.0.1
- react-native: 0.59.8
Note: * All (*) requirements are optionals if you have a device.
- XCode and Android Studio are required for run app on the Simulator.
npm install -g expo-cli
npm i -g react-native-cli
- react-native-debugger
brew update && brew cask install react-native-debugger
- Install packages with
yarn
(It is preferred to use yarn) react-native link
expo install react-native-svg
⚠️ Install this dependency after linking with react-native link. Its a necesary to work for now.⚠️
cd ios/
pod install
cd ..
yarn start -c
- open your's project
xcworkspace
file in Xcode and compile