Fix the ReduxExample app (#900)

* [Redux example] Use HTTPS-enabled endpoint to get npm modules

To fix 'yarn install'

* [Redux example] Add ReduxExample to rn-cli.config.js

This prevents those annoying @providesModule naming collisions

* [Examples] Add a basic README linking to the usage instructions
This commit is contained in:
Kevin Cooper
2017-04-05 00:21:06 -04:00
committed by Eric Vicenti
parent 5ca45e0aa5
commit 5006076352
3 changed files with 993 additions and 981 deletions

5
examples/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Examples
## Usage
Please see the [Contributors Guide](https://github.com/react-community/react-navigation/blob/master/docs/guides/Contributors.md#development) for instructions on running these example apps.

File diff suppressed because it is too large Load Diff

View File

@@ -14,6 +14,7 @@ const examples = [
'NavigationPlayground',
'HelloHybrid',
'LinkingExample',
'ReduxExample',
'Chat',
];