diff --git a/examples/bare/android/app/src/main/java/com/example/tokenstreetreactnativeidnowvideoident/MainApplication.kt b/examples/bare/android/app/src/main/java/com/example/tokenstreetreactnativeidnowvideoident/MainApplication.kt index e613c3971..05957f664 100644 --- a/examples/bare/android/app/src/main/java/com/example/tokenstreetreactnativeidnowvideoident/MainApplication.kt +++ b/examples/bare/android/app/src/main/java/com/example/tokenstreetreactnativeidnowvideoident/MainApplication.kt @@ -21,7 +21,7 @@ class MainApplication : Application(), ReactApplication { PackageList(this).packages.apply { // Packages that cannot be autolinked yet can be added manually here, for example: // add(MyReactNativePackage()) - packages.add(ReactNativeIdnowVideoidentPackage()) + add(ReactNativeIdnowVideoidentPackage()) } override fun getJSMainModuleName(): String = "index"