react native中的欢迎页(解决首加载白屏)


参照网页:

http://blog.csdn.net/fengyuzhengfan/article/details/52712829

 

首先是在原生中写一些方法,然后通过react native中js去引用

'use strict';

import { NativeModules } from 'react-native';
module.exports = NativeModules.SplashScreen;

隐藏的方法:

componentDidMount() {
    SplashScreen.hide();
}

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM