react-native中简单的组件和API

React Native 提供了一些内置的组件。需要说明的是,你不会被局限在这些内置组件上。
React Native 是大开源社区的作品,所以你还可以在 github 或是 npm 上搜索到带有react native关键字的大量的第三方组件。
那个我网站样式有点问题,后续会调的哇~~至于这篇博客,没有很多干货啦





posted @ 2019-04-02 17:46  jser_dimple  阅读(363)  评论(0编辑  收藏  举报
/*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();*/