stripe / stripe-react-native

React Native library for Stripe.
https://stripe.dev/stripe-react-native
MIT License
1.26k stars 260 forks source link

Add Namespace to android build.gradle #1717

Open GeorgeChernyshov opened 3 weeks ago

GeorgeChernyshov commented 3 weeks ago

Please add namespace "com.stripe.reactnative" or something like that in your build.gradle. Without it, it is impossible to build the library on newer Gradle versions. Afaik newer React-native versions also require that.

GeorgeChernyshov commented 3 weeks ago

This will also require removing package name from AndroidManifest.xml

tommmoe commented 2 weeks ago

Following.. +1

edit found this https://github.com/stripe/stripe-react-native/pull/1719 looks like it'll be in the next release