Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: Android example (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
reichhartd authored Jan 10, 2024
1 parent a4e68a3 commit c5abb88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c5abb88

Please sign in to comment.