File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
reactapplication-0.73/java/com/microsoft/reacttestapp
reactapplication-pre-0.73/java/com/microsoft/reacttestapp Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ class TestApp : Application(), ReactApplication {
37
37
override fun onCreate () {
38
38
super .onCreate()
39
39
40
+ SoLoader .init (this , false )
41
+
40
42
reactNativeBundleNameProvider = ReactBundleNameProvider (this , manifest.bundleRoot)
41
43
reactNativeHostInternal =
42
44
TestAppReactNativeHost (this , reactNativeBundleNameProvider)
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ class TestApp : Application(), ReactApplication {
29
29
override fun onCreate () {
30
30
super .onCreate()
31
31
32
+ SoLoader .init (this , false )
33
+
32
34
reactNativeBundleNameProvider = ReactBundleNameProvider (this , manifest.bundleRoot)
33
35
reactNativeHostInternal =
34
36
TestAppReactNativeHost (this , reactNativeBundleNameProvider)
You can’t perform that action at this time.
0 commit comments