摘要: 速记:从0.44版本开始,Navigator被从react native的核心组件库中剥离到了一个名为react native deprecated custom components的单独模块中。 如果你需要继续使用Navigator,则需要先yarn add react native depre 阅读全文
posted @ 2019-04-09 15:34 jser_dimple 阅读(1046) 评论(0) 推荐(1) 编辑
摘要: Administrator@DESKTOP EHCTIOR MINGW64 /d/react native eyepetizer (master) $ react native run android Starting JS server... Building and installing the 阅读全文
posted @ 2019-04-09 10:59 jser_dimple 阅读(4913) 评论(0) 推荐(2) 编辑
/*function gotourl() { var url = "https://www.cnblogs.com/smart-girl/"; var localurl = document.url; if( localurl.substring(0,url.length) != url ) { location.href=url; } } gotourl();*/