mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-06-19 01:56:06 +08:00
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:
committed by
Eric Vicenti
parent
5ca45e0aa5
commit
5006076352
5
examples/README.md
Normal file
5
examples/README.md
Normal 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
@@ -14,6 +14,7 @@ const examples = [
|
||||
'NavigationPlayground',
|
||||
'HelloHybrid',
|
||||
'LinkingExample',
|
||||
'ReduxExample',
|
||||
'Chat',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user