Objective: Create a simple React Native app that displays a list of events and allows users to add Star Wars characters as participants using the GraphQL SWAPI.
- React Native
- Expo
- @legendapp/state for state management
- react-hook-form
- Apollo Client for GraphQL integration
To install the project, first clone the repository:
git clone https://github.com/krystofcelba/purple-test-app.git
Then, navigate to the project directory and install the dependencies using Yarn:
cd purple-test-app
yarn
To start the application in iOS simulator, run:
npx expo run:ios
Note: The project was tested on iOS only