Harshit CWS
09/03/2024, 3:46 AMVampire
09/03/2024, 12:19 PMext properties? You probably should instead ask in some react native community.Andy Zolyak
09/03/2024, 7:39 PMreact-native-google-pay is hard coded to compile against sdk 28
The "fix", as RN copies the entire source into your project, will be to tweak the copied version of the build.gradle for the added module. Normally I wouldn't recommend doing things like that as you run the risk of incompatibility with updates. I think that's the least of your worries since this plugin looks dead though.Andy Zolyak
09/03/2024, 7:45 PMAre you sure some plugin is reading those bad-practiceI've (thankfully) not had to touch much react native in about 2.5 years so things might be better now, but there's a lot in React Native for Android that looks like bad practice from the Gradle perspective that is "best" practice from the RN perspective due to the poorly designed plugin / native module architecture. `ext`ing properties like that being one of the milder instances.properties?ext