We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c185828 commit 8be5d62Copy full SHA for 8be5d62
packages/jsi/apple/NativescriptJsi.mm
@@ -22,6 +22,8 @@ - (NSString *)getArch {
22
23
- (void)nativescript_init:(NSString *)metadata_path {
24
NSLog(metadata_path);
25
+
26
+ // TODO: Port NativeScript/ffi/ObjCBridge.mm to JSI.
27
}
28
29
- (std::shared_ptr<facebook::react::TurboModule>)getTurboModule:
0 commit comments