Skip to content

An app written in react native to experiment and learn, fell free to contribute.

Notifications You must be signed in to change notification settings

thedanielras/ReactNativeDemoApp

Repository files navigation

ReactNativeDemoApp

An app written in react native to experiment and learn, fell free to contribute.

App Sample

Installation steps

  1. Restore node packages
yarn
  1. 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';
  1. Start the project packager
yarn start

About

An app written in react native to experiment and learn, fell free to contribute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published