React-Native 07/16 ~ 07/23
作者:
liyb | 来源:发表于
2016-07-23 21:02 被阅读54次
通用的改动
- flow 可以检查出不存在的 style 定义了,同时修复了一些基础库 Libraries 里面的一些小问题
Throw flow error when trying to access a style that is not defined on a stylesheet
- 更新了文档,介绍了如何使用 Stetho 来调试应用
- 更新了 NativeAnimationsExample 的 DEMO (不过 Android 平台还不太能用,有很明显的BUG还没修复)
-
mengjuew@fb.com
提交了一坨关于 i18n 的改动(貌似他在这个特性上搞了很久了)
Android
-
<Image />
支持 abortPrefetch(requestId)
了
- Integrating AutoUpdater's custom JS Bundle loading into Fb4a
- Add more profiling markers to RCTJSCExecutor
-
<WebView />
可以支持 geolocation
了
- Inline Image 如果超过了所在行高之后,不会被裁剪了,可以把当前行撑开了 (c4ffc7d71c1c34599d3dd303e0b5bb674fa691f5)
-
ToastAndroid.showWithGravity
支持显示 toast 的位置了(top, center, bottom)
iOS
- 修复了 UIExplorer 调整目录之后,DEMO 无法运行的BUG(因为代码都放到了 js 目录)
- Add MessageQueue method for executing function and returning its result
- Add completion callback to enqueueJSCall
- Make bridge initialization configurable
- Add ability to customize error messages and stacks within the iOS redbox
-
<Image />
的 resizeMode
支持了 center
参数
- Change RCTImageLoader's Cache System to default NSURLRequest's cache system
之前 RCTImageLoader 缓存太大,有 200MB,而且不支持 Cache-Control 的设置(也就是 URL 相同就认为是同一个图片)
如果图片更新了,就需要在 URL 上面添加时间戳避免从 Cache 里面读取,所以改成使用 NSURLRequest 的缓存了
- Fix double React perflogger creation
- plumb trackingName through to native requests
本文标题:React-Native 07/16 ~ 07/23
本文链接:https://www.haomeiwen.com/subject/rcywjttx.html
网友评论