mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 22:36:01 +00:00
fixes for RN 0.31.0
This commit is contained in:
parent
b08db9f768
commit
9c8a1ed8ae
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "~15.2.0",
|
"react": "~15.2.0",
|
||||||
"react-native": "^0.29.0",
|
"react-native": "^0.31.0",
|
||||||
"realm": "file:../.."
|
"realm": "file:../.."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,11 +19,13 @@
|
|||||||
#import "RealmReact.h"
|
#import "RealmReact.h"
|
||||||
#import "RealmAnalytics.h"
|
#import "RealmAnalytics.h"
|
||||||
#import "RCTBridge.h"
|
#import "RCTBridge.h"
|
||||||
|
#import "RCTJavaScriptExecutor.h"
|
||||||
|
|
||||||
#import "jsc_init.h"
|
#import "jsc_init.h"
|
||||||
#import "shared_realm.hpp"
|
#import "shared_realm.hpp"
|
||||||
#import "realm_coordinator.hpp"
|
#import "realm_coordinator.hpp"
|
||||||
|
|
||||||
|
#import <objc/runtime.h>
|
||||||
#import <arpa/inet.h>
|
#import <arpa/inet.h>
|
||||||
#import <ifaddrs.h>
|
#import <ifaddrs.h>
|
||||||
#import <netdb.h>
|
#import <netdb.h>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "~15.2.0",
|
"react": "~15.2.0",
|
||||||
"react-native": "^0.29.0",
|
"react-native": "^0.31.0",
|
||||||
"react-native-fs": "^1.1.0",
|
"react-native-fs": "^1.1.0",
|
||||||
"xmlbuilder": "^4.2.1",
|
"xmlbuilder": "^4.2.1",
|
||||||
"realm": "file:../..",
|
"realm": "file:../..",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user