mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-28 23:51:46 +08:00
Add events support to redux example (#3368)
* Fixing redux * Fix tab events and test event nested event subscriptions * Add event support to redux example
This commit is contained in:
committed by
Brent Vatne
parent
50a3f8de93
commit
dca37627a2
@@ -12,13 +12,10 @@
|
||||
"icon": "./assets/icons/react-navigation.png",
|
||||
"hideExponentText": false
|
||||
},
|
||||
"sdkVersion": "23.0.0",
|
||||
"sdkVersion": "24.0.0",
|
||||
"entryPoint": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
||||
"packagerOpts": {
|
||||
"assetExts": [
|
||||
"ttf",
|
||||
"mp4"
|
||||
]
|
||||
"assetExts": ["ttf", "mp4"]
|
||||
},
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
|
||||
Reference in New Issue
Block a user