Skip to content

React 16.3 updates

Compare
Choose a tag to compare
@sodik82 sodik82 released this 27 Apr 17:43
· 106 commits to master since this release
70c8197

We have replaced deprecated React lifecycle methods as well as old (and from start deprecated) React context API

Breaking changes:

  • React Native 0.55+ is required now
  • If you are using Popup Menu's old React context API, please upgrade to new API (see doc or MenuMethodsExample)