Skip to content

Commit a3bb788

Browse files
author
Pavlo Aksonov
committed
update example
1 parent 8e48ae1 commit a3bb788

File tree

5 files changed

+101
-76
lines changed

5 files changed

+101
-76
lines changed

Example/.idea/workspace.xml

Lines changed: 77 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/iOS/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
4343
* see http://facebook.github.io/react-native/docs/runningondevice.html
4444
*/
4545

46-
// jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
46+
// jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
4747

4848
RCTBridge *bridge = [[RCTBridge alloc] initWithBundleURL:jsCodeLocation moduleProvider:nil launchOptions:launchOptions];
4949
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge moduleName:@"Example"];

Example/iOS/main.jsbundle

Lines changed: 20 additions & 8 deletions
Large diffs are not rendered by default.

Example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": {
99
"react-native": "^0.9.0",
1010
"react-native-button": "^1.2.1",
11-
"react-native-navbar": "^0.8.0"
11+
"react-native-navbar": "^0.8.0",
12+
"react-native-router-flux": "^0.0.7"
1213
}
1314
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-router-flux",
3-
"version": "0.0.5",
3+
"version": "0.0.7",
44
"description": "React Native Router using Flux architecture",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)