Skip to content

Commit 69a967f

Browse files
authored
fix missed imports in README (#18)
1 parent 7bebe95 commit 69a967f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Open `MainApplication.java` and overwrite `getJavaScriptExecutorFactory` method:
7676
```diff
7777
+import io.github.reactnativecommunity.javascriptcore.JSCExecutorFactory
7878
+import io.github.reactnativecommunity.javascriptcore.JSCRuntimeFactory
79+
+import com.facebook.react.bridge.JavaScriptExecutorFactory
80+
+import com.facebook.react.modules.systeminfo.AndroidInfoHelpers
7981

8082
class MainApplication : Application(), ReactApplication {
8183

0 commit comments

Comments
 (0)