This app was made to learn and test the GraphQL API.
Install this dependencies:
- Node.js (v12.22.9)
sudo apt-get install nodejs
- Yarn (1.22.18)
sudo apt-get install yarn
To install de application, run the command with yarn:
yarn install
- Development: Run the script "yarn dev"
yarn dev
- Production: Build the .APK bundle (Android) and the .IPA with command "expo build"
expo build:android
expo build:ios
Powered By:
- NodeJS (v12.22.9)
- React Native (SDK 35)
- Expo (SDK 35)
- GraphQL v14.6
- Redux v4.0.4