Skip to content

A React Native app that aggregates stock photo content

Notifications You must be signed in to change notification settings

jasonmerino/Images

Repository files navigation

Images

A React Native project to aggregate stock image APIs

Technologies

  1. Global state management with @reduxjs/toolkit and react-redux.
  2. App config with react-native-config.
  3. Navigation with @react-navigation/native.
  4. Stock image API with the Pixabay API.

Project Setup

  1. In the project root run yarn in your terminal.
  2. Change into your ios directory with cd ios in your terminal and run the command pod install.
  3. Create a .env file at the project root and add the following text to it: PIXABAY_KEY=
  4. Go to the Pixabay website and sign up for an account.
  5. In the same browser you registered with navigate to the API documentation page, copy your API key, and paste it into the .env file after PIXABAY_KEY=.
  6. In your terminal run yarn ios and yarn android to see the app on both platforms.

About

A React Native app that aggregates stock photo content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published