Skip to content

Commit 44ea7f0

Browse files
committed
chore: add missing return to README
1 parent 7ee642d commit 44ea7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ReactNativeDelegate: RCTDefaultReactNativeFactoryDelegate {
6464
}
6565

6666
+ override func createJSRuntimeFactory() -> JSRuntimeFactoryRef {
67-
+ jsrt_create_jsc_factory() // Use JavaScriptCore runtime
67+
+ return jsrt_create_jsc_factory() // Use JavaScriptCore runtime
6868
+ }
6969
}
7070
```

0 commit comments

Comments
 (0)