React-Native v0.29.1 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/dccc9890e84dd9577c35752a1d6967ac.png" /></p>    <p>     </p>    <p>React Native 使你能够使用基于 JavaScript 和 React 一致的开发体验在本地平台上构建世界一流的应用程序体验。React Native 把重点放在所有开发人员关心的平台的开发效率上——开发者只需学习一种语言就能轻易为任何平台高效地编写代码。非死book 在多个应用程序产品中使用了 React Native,并将继续为 React Native 投资。</p>    <p>React-Native 做了什么:</p>    <ul>     <li>React-Native 丢弃了 Webview。</li>     <li>复用React,将 Dom 结构de改变通过 diff 算法处理后,由 js 传递给 native 进行底层视图布局。</li>     <li>css-layout引擎,前端可以继续写熟悉的 css 语法,由引擎转化成 oc 底层的布局。</li>     <li>对 js 暴露底层常用的 UI 组建。js 层可以直接对这些组件进行布局</li>    </ul>    <h2>更新日志</h2>    <h3>一般</h3>    <p><strong>Bug修复</strong></p>    <ul>     <li>Fix bug in cancelling last task in TaskQueue <a href="/misc/goto?guid=4958992118661777709">4dabb57</a></li>    </ul>    <h3>Android</h3>    <p><strong>Bug修复</strong></p>    <ul>     <li>Fix 'Unexpected EOF' in old bridge <a href="/misc/goto?guid=4958992118757913165">b361490</a></li>     <li>Fix JS assets not being bundled with separate builds for different archs <a href="/misc/goto?guid=4958992118859830706">4d70b85</a></li>     <li>Fix <code>react-native link</code> <a href="/misc/goto?guid=4958992118964830843">214a41d</a></li>     <li>Don't hard crash if you get a null stack trace <a href="/misc/goto?guid=4958992119065437635">2725101</a></li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4958992119155090089" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958992119253996248" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p> </p>