File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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