Skip to content

Commit

Permalink
Upgrade to RN 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Feb 9, 2016
1 parent c63264c commit e8d5bde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions native/ios/UpgradeNatalReactNative/AppDelegate.m
Expand Up @@ -13,14 +13,14 @@
#import "RCTEventDispatcher.h"
#import "ABYServer.h"
#import "ABYContextManager.h"
#import "RCTContextExecutor.h"
#import "RCTJSCExecutor.h"

/**
This class exists so that a client-created `JSGlobalContextRef`
instance and optional JavaScript thread can be injected
into an `RCTContextExecutor`.
into an `RCTJSCExecutor`.
*/
@interface ABYContextExecutor : RCTContextExecutor
@interface ABYContextExecutor : RCTJSCExecutor

/**
Sets the JavaScript thread that will be used when `init`ing
Expand Down
4 changes: 2 additions & 2 deletions native/package.json
Expand Up @@ -6,6 +6,6 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "0.17.0"
"react-native": "0.19.0"
}
}
}

0 comments on commit e8d5bde

Please sign in to comment.