Guest User

Untitled

a guest
May 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ...
  2.  
  3. import android.os.Bundle;
  4. import com.facebook.react.ReactActivity;
  5. import org.devio.rn.splashscreen.SplashScreen;
  6.  
  7. public class MainActivity extends ReactActivity {
  8. @Override
  9. protected void onCreate(Bundle savedInstanceState) {
  10. SplashScreen.show(this);
  11. super.onCreate(savedInstanceState);
  12. }
  13.  
  14. ...
  15. }
Add Comment
Please, Sign In to add comment