This app was created with create-react-native-app
. For documentation about what that means and what it provides, see Create React Native App documentation
To run PixaPicture locally, you will need a Pixabay API key, which you can get here once you make an account.
Once you have your API key, set it to an environment variable called PIXABAY_KEY
when you run the app:
Examples:
PIXABAY_KEY=123examplekeyABC yarn start
PIXABAY_KEY=123examplekeyABC yarn run ios
PIXABAY_KEY=123examplekeyABC yarn run android