An app written in react native to experiment and learn, fell free to contribute.
- Restore node packages
yarn
- Populate ApiKeys.js with your own
/* ApiKeys.js */
// Go to http://paperquotes.com/ for a key
export const PAPERQUOTESAPIKEY = 'YOUR_KEY_HERE';
// Go to https://developers.giphy.com/docs/api/ for a key
export const GIPHYAPIKEY = 'YOUR_KEY_HERE';
- Start the project packager
yarn start