Skip to content

waltershub/101challenge

Repository files navigation

101challenge

Pixabay image search React Native

Developer

Walter Shub

Table of Contents

  1. Usage

Usage

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

Screenshots

About

coding challenge 101

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors