Closed Productivix closed 11 months ago
in reply to myself , I tested : in RN 0.73.1 in mainActivity.kt and in mainApplication.kt , I added nothing and it runs .
I added the following code `MainActivity.kt' instead of the one suggested in Readme
override fun onConfigurationChanged(newConfig: Configuration) { super.onConfigurationChanged(newConfig) val intent = Intent("onConfigurationChanged") intent.putExtra("newConfig", newConfig) sendBroadcast(intent) }
And it worked for me
hi, the new version of RN , 0.73.1 affects MainActivity.java in .kt : do you please have a transcription of the commands to insert in kt ? thanks