- Global state management with
@reduxjs/toolkitandreact-redux. - App config with
react-native-config. - Navigation with
@react-navigation/native. - Stock image API with the Pixabay API.
- In the project root run
yarnin your terminal. - Change into your
iosdirectory withcd iosin your terminal and run the commandpod install. - Create a
.envfile 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
.envfile afterPIXABAY_KEY=. - In your terminal run
yarn iosandyarn androidto see the app on both platforms.