Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.36 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.36 KB

Roku Remote Codeship

##Issues GitHub issues

Please file bugs here.

Include closes, fixes, or resolves in a commit message to close the issue. For example git commit -m "This closes #34, and closes #23"

Development

Configure

Install dependencies:

npm install

Test

Run unit tests:

npm test

Configure

Create a .env file in the root directory.

                                        # ABSENCE OF THIS KEY ENABLES STORAGE
IS_STORAGE_DISABLED=true                # Saving to AsyncStorage is disabled

Run

Run the simulator using:

npm start

Alternatively you can tagert a specific env:

react-native run-ios
react-native run-android

Press Cmd+R to reload,{'\n'} Cmd+D or shake for dev menu