fixes for RN 0.31.0

This commit is contained in:
Ari Lazier 2016-08-07 09:33:36 -07:00
parent b08db9f768
commit 9c8a1ed8ae
3 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"react": "~15.2.0",
"react-native": "^0.29.0",
"react-native": "^0.31.0",
"realm": "file:../.."
}
}

View File

@ -19,11 +19,13 @@
#import "RealmReact.h"
#import "RealmAnalytics.h"
#import "RCTBridge.h"
#import "RCTJavaScriptExecutor.h"
#import "jsc_init.h"
#import "shared_realm.hpp"
#import "realm_coordinator.hpp"
#import <objc/runtime.h>
#import <arpa/inet.h>
#import <ifaddrs.h>
#import <netdb.h>

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"react": "~15.2.0",
"react-native": "^0.29.0",
"react-native": "^0.31.0",
"react-native-fs": "^1.1.0",
"xmlbuilder": "^4.2.1",
"realm": "file:../..",