This repository contains the source code built for a React Native application boostrapped with Expo for my voice article published on the Strapi Blog.
TODO: Add article link when published.
- Ensure you have your Strapi GraphQL API running on port
1337
and you can view the GraphiQL interface athttp://localhost:1337/graphql
- Ensure you have either an Android or iOS emulator set up and running on your computer.
- Clone or download project folder locally and install dependencies using the
npm install
command. - Launch the metro bundler using the
expo start
command.
Feel free to raise an issue in this repository describing any issue you have while working on this application locally.