Gian Carlo Mantuan

Results 6 comments of Gian Carlo Mantuan

My project was running react-native 0.72.6 and I am upgrading to 0.73.9 AGP 8 and Gradle 8.3. This package and some other packages started to have this issue related to...

was this fixed? The PlayState never changes to stopped even if its set on the finishMode to stop

> u r missing one of the variables below in ur build.gradle > > ``` > compileSdkVersion getExtOrIntegerDefault('compileSdkVersion') > minSdkVersion getExtOrIntegerDefault('minSdkVersion') // RN's minimum version > targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') > ```...

> but u absolutely should have all of that in ur build.gradle they are in the rn-cli example template unless u deliberately delete them https://github.com/facebook/react-native/blob/1db50a37d66b9a873d6e3341a3e3af153b28a242/packages/react-native/template/android/build.gradle#L4 As I mentioned, I am...

> Thanks for attaching a reproducer @gmantuanrosa > > There is a bug inside `ReactFragment` that I need to fix in order for this to work properly. I'll get back...

> > Can you say that this will also fix Activity issues? If you want I can update the repro to have a React Activity being launched as well 😄...