Pixabay image search React Native
Walter Shub
Follow React Native Setup https://facebook.github.io/react-native/docs/getting-started.html
create config.js in config directory using the configexample.js as a guide add your own API KEY
const apiKeys = {
pixabay: 'YOUR-API-KEY-HERE',
};
export default apiKeys;Run npm install to install all node modules.
Run react-native run-ios for ios
Run react-native run-Android for Android


