You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,9 +108,11 @@ Since pure JSI Modules cannot be autolinked yet, you have to manually initialize
108
108
}
109
109
}
110
110
```
111
+
111
112
6. Replace `com.example` (first line) with the correct package name
112
113
7. Replace `ExampleJSIPackage` with the file name you chose in step 4.
113
114
8. Open `MainApplication.java` and find the location where the `ReactNativeHost` is initialized. You have to override it's `getJSIModulePackage` method:
0 commit comments