- Global state management with
@reduxjs/toolkit
andreact-redux
. - App config with
react-native-config
. - Navigation with
@react-navigation/native
. - Stock image API with the Pixabay API.
- In the project root run
yarn
in your terminal. - Change into your
ios
directory withcd ios
in your terminal and run the commandpod install
. - Create a
.env
file at the project root and add the following text to it:PIXABAY_KEY=
- Go to the Pixabay website and sign up for an account.
- In the same browser you registered with navigate to the API documentation page, copy your API key, and paste it into the
.env
file afterPIXABAY_KEY=
. - In your terminal run
yarn ios
andyarn android
to see the app on both platforms.