-
## UI Kit UI组件库
* [ ] [shoutem](https://shoutem.github.io/docs/ui-toolkit/introduction):组件丰富,设计风格酷炫、团队也比较牛逼(3000+)
* [ ] react-native-training/react-native-elements[![GitHub stars](https://img.sh…
-
目前看GroundOverlay是在折线、marker这些上层的,如何改到底层,目前看没有暴露方法出来。求问
-
Subscribe to this issue and stay notified about new [daily trending repos in Objective-C](https://github.com/trending/objective-c?since=daily)!
-
Subscribe to this issue and stay notified about new [daily trending repos in TypeScript](https://github.com/trending/typescript?since=daily)!
-
如何正确地卸载Service Worker?
以下链接, Google Developers Service Worker工作原理:
https://developers.google.com/web/fundamentals/primers/service-workers/lifecycle#updates
但是假如某一天你网站不需要 Service Worker,如何正确地卸载呢…
-
Subscribe to this issue and stay notified about new [daily trending repos in JavaScript](https://github.com/trending/javascript?since=daily)!
-
使用react-navigation中的createBottomTabNavigator创建了底部导航栏
对应四个页面。其中一个是地图。第一次切换到地图页面是,地图显示正常。
继续切换到其它页面再切换回来,地图显示的内容就没有了地图上本身存在的文字(路名、楼名等一切)、Marker等,只是很不正常的显示着道路的轮廓。
此时来回拖动变化一下地图,则会慢慢显示出来文字,marker等,但是自己加…
-
## 热更新
https://github.com/lisong/code-push-server
-----
https://github.com/infinitered/ignite (Get ready to ignite your next React Native project. After months of collaboration and hundre…
-
### 安装环境
* 都有了: http://reactnative.cn/docs/0.49/getting-started.html
`react-native init MyApp --version 0.44.3`
### 测试环境
### HELLO WORLD
### 学习参考
* https://github.com/crazycodeboy/RNStudyN…
-
$({})相当于jQuery.makeArray({}, jQuery.fn)返回的是jquery的一个对象数组,他有jquery的一些方法。
jQuery.fn = jQuery.prototype = {}也就是说它室jQuery的原型。扩展功能他的时候(写插件)使用的他的extend方法。
Promise 里 catch和fail 的区别是fail里可以有多个函数。
git…