Skip to content

Commit bb32bf9

Browse files
authored
Merge pull request #16 from mcordini/master
Update README.md for fullscreen
2 parents 1ffcd09 + a2e68bf commit bb32bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ import com.reactnativecomponent.splashscreen.RCTSplashScreen; //import RCTSpl
111111
@Override
112112
protected 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

0 commit comments

Comments
 (0)