Skip to content

React Native 0.22.2 and bugfixes

Compare
Choose a tag to compare
@drapanjanas drapanjanas released this 27 Mar 19:29
· 301 commits to master since this release

Bugfix release

  • Fix #31 and #32
  • Use React Native 0.22.2

Upgrade existing projects

  1. Run re-natal upgrade
  2. Fix assignment of global React variable in core.cljs:
(set! js/window.React (js/require "react-native"))