Skip to content

Commit

Permalink
change react native class for reflection (#5352)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccen-stripe committed Aug 1, 2022
1 parent a2a04d7 commit 2569b93
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ object PluginDetector {
val className: String,
val pluginName: String
) {
ReactNative("com.facebook.proguard.annotations.DoNotStrip", "react-native"),
ReactNative("com.facebook.react.bridge.NativeModule", "react-native"),
Flutter("io.flutter.embedding.engine.FlutterEngine", "flutter"),
Cordova("org.apache.cordova.CordovaActivity", "cordova"),
Unity("com.unity3d.player.UnityPlayerActivity", "unity")
Expand Down

0 comments on commit 2569b93

Please sign in to comment.