React Native Elements: a Cross Platform UI Toolkit for React Native
When starting a new React Native project you're often challenged by a great question. How do I bootstrap my main/base components? Nader Dabit has probably asked himself this question a few times, before he actually came up with React Native Elements, a Cross …
Read moreReact Native v0.34.0-rc.0 released
v0.34.0-rc.0 on GitHub (npm) General Bugfixes Fix handling of bad utf16 passed out of JS (ccdc57d) - @cjhopman Incremental: Fix require of performanceNow (b01feb4) - @rigdern Fix memory leak in MessageQueue (5d748b2) - @rigdern Fix and add tests for cs …
Read moreBuilding a Facebook Paper-like UI with React Native
Cool UX are cool. Do you know what else is cool? Open Source implementations of Cool UX! In case you missed it, Param Aggarwal built a working copy of the open-close cards carousel from the original Facebook Paper app and it uses the Animated library and React …
Read moreReact Native v0.33.0-rc.0 released
v0.33.0-rc.0 on GitHub (npm) General Bugfixes Fix off-by-one error in range requests (a241706) - @nikki93 fix CSSNodeList memory leak (7b02c1d) - @ymmuse fix method overriding when using native animations (b7903e4) - @foghina fix error handling in reac …
Read moreReact Native v0.32.0-rc.0 released
v0.32.0-rc.0 on GitHub (npm) Breaking changes NavigationExperimental: Rename renderOverlay to renderHeader (ca85311) - @hedgerwang NavigationExperimental: Stop using absolute position for NavigationHeader. (38979f9) - @hedgerwang Android Bugfixes Fix B …
Read more