File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ import com.reactnativecomponent.splashscreen.RCTSplashScreen; //import RCTSpl
111111@Override
112112protected void onCreate(Bundle savedInstanceState) {
113113 RCTSplashScreen.openSplashScreen(this); //open splashscreen
114- //RCTSplashScreen.openSplashScreen(this, true); //open splashscreen fullscreen
114+ //RCTSplashScreen.openSplashScreen(this, true, ImageView.ScaleType.FIT_XY ); //open splashscreen fullscreen
115115 super.onCreate(savedInstanceState);
116116}
117117```
@@ -158,4 +158,4 @@ componentDidMount () {
158158
159159[ 0 ] : https://github.com/cyqresig/ReactNativeComponentDemos
160160[ 1 ] : http://cyqresig.github.io/img/react-native-smart-splash-screen-preview-ios-v1.0.0.gif
161- [ 2 ] : http://cyqresig.github.io/img/react-native-smart-splash-screen-preview-android-v1.0.3.gif
161+ [ 2 ] : http://cyqresig.github.io/img/react-native-smart-splash-screen-preview-android-v1.0.3.gif
You can’t perform that action at this time.
0 commit comments