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