diff --git a/react-native/ios/RealmReact/RealmReact.mm b/react-native/ios/RealmReact/RealmReact.mm index 3299201c..b5b850b6 100644 --- a/react-native/ios/RealmReact/RealmReact.mm +++ b/react-native/ios/RealmReact/RealmReact.mm @@ -37,9 +37,9 @@ #import "rpc.hpp" #define WEB_SERVER_PORT 8082 -#endif using namespace realm::rpc; +#endif @interface NSObject () - (instancetype)initWithJSContext:(void *)context;