Guest User

Untitled

a guest
May 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ...
  2. import SplashScreen from 'react-native-splash-screen';
  3. ...
  4.  
  5. export default class App extends Component<Props> {
  6. componentDidMount() {
  7. SplashScreen.hide();
  8. }
  9.  
  10. render() {
  11. ...
Add Comment
Please, Sign In to add comment