screen bug fix
This commit is contained in:
@@ -89,7 +89,7 @@ android {
|
||||
versionName "0.7"
|
||||
multiDexEnabled true
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
|
||||
// Performance optimizations
|
||||
// ndk {
|
||||
// abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -15,7 +15,7 @@ class MainActivity : ReactActivity() {
|
||||
override fun getMainComponentName(): String = "first"
|
||||
|
||||
override fun onCreate(savedInstanceState: android.os.Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
super.onCreate(null)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -9,6 +9,7 @@ import com.facebook.react.ReactNativeHost
|
||||
import com.facebook.react.ReactPackage
|
||||
import com.facebook.react.defaults.DefaultReactHost.getDefaultReactHost
|
||||
import com.facebook.react.defaults.DefaultReactNativeHost
|
||||
import com.swmansion.rnscreens.RNScreensPackage
|
||||
|
||||
class MainApplication : Application(), ReactApplication {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user