Skip to content

Commit 7ee642d

Browse files
authored
fix: change JSRuntimeFactory to JSRuntimeFactoryRef in README (#19)
1 parent 69a967f commit 7ee642d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ReactNativeDelegate: RCTDefaultReactNativeFactoryDelegate {
6363
#endif
6464
}
6565

66-
+ override func createJSRuntimeFactory() -> JSRuntimeFactory {
66+
+ override func createJSRuntimeFactory() -> JSRuntimeFactoryRef {
6767
+ jsrt_create_jsc_factory() // Use JavaScriptCore runtime
6868
+ }
6969
}

0 commit comments

Comments
 (0)