You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I go from a portrait screen to the signature screen with viewMode = {'landscape'}
When I enter the screen I have the following error:
My activity tag in AndroidManifest.xml : <activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:exported="true">
Overriding the method in MainActivity.Java : @Override public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); }
react-native: 0.61.5
react-navigation: 2.12.1
Any solution?
The text was updated successfully, but these errors were encountered:
I go from a portrait screen to the signature screen with viewMode = {'landscape'}
When I enter the screen I have the following error:
My activity tag in AndroidManifest.xml :
<activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:launchMode="singleTask" android:exported="true">
Overriding the method in MainActivity.Java :
@Override public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); }
react-native: 0.61.5
react-navigation: 2.12.1
Any solution?
The text was updated successfully, but these errors were encountered: