Skip to content

Commit

Permalink
Merge pull request #1441 from flexn-io/fix/add-missing-rn-host-inject…
Browse files Browse the repository at this point in the history
…ions

Fix: Add missing RN_HOST_METHODS injection to android templates
  • Loading branch information
pavjacko committed Mar 5, 2024
2 parents 64ce4b1 + 6f4621a commit 8124b40
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Expand Up @@ -28,6 +28,8 @@ class MainApplication : Application(), ReactApplication {

override val isNewArchEnabled: Boolean = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED
override val isHermesEnabled: Boolean = BuildConfig.IS_HERMES_ENABLED

{{RN_HOST_METHODS}}
}

{{PLUGIN_METHODS}}
Expand Down
Expand Up @@ -28,6 +28,8 @@ class MainApplication : Application(), ReactApplication {

override val isNewArchEnabled: Boolean = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED
override val isHermesEnabled: Boolean = BuildConfig.IS_HERMES_ENABLED

{{RN_HOST_METHODS}}
}

{{PLUGIN_METHODS}}
Expand Down
Expand Up @@ -31,6 +31,8 @@ class MainApplication : Application(), ReactApplication {

override val isNewArchEnabled: Boolean = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED
override val isHermesEnabled: Boolean = BuildConfig.IS_HERMES_ENABLED

{{RN_HOST_METHODS}}
}

{{PLUGIN_METHODS}}
Expand Down
Expand Up @@ -31,6 +31,8 @@ class MainApplication : Application(), ReactApplication {

override val isNewArchEnabled: Boolean = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED
override val isHermesEnabled: Boolean = BuildConfig.IS_HERMES_ENABLED

{{RN_HOST_METHODS}}
}

{{PLUGIN_METHODS}}
Expand Down

0 comments on commit 8124b40

Please sign in to comment.