Skip to content

2.0.1

Choose a tag to compare

@lposen lposen released this 01 Jul 22:10
· 205 commits to master since this release
d0d320d

This release allows for the use of React Natives New Architecture through their Interop layer.

Use with caution! Interop is experimental, so you may encounter issues (eg: performance degradation).

Fixes

  • Remove preinstall script from package.json (17199b3)
  • Upgrade default React Native version to 0.79 (68bb3cb)
  • Clean up Podfile and update build scripts in package.json (0376453)
  • Disable empty body warnings in Podfile build settings (40f3c8f)
  • Removed pod lockfile as the dependencies change depending on whether it is new arch (19c8c90)
  • Update Babel and Jest configurations for React Native 0.79.3 support
    (56584b5)
  • Update README to reflect limited support for React Native's New Architecture (251ed69)
  • Removed duplicate methods as it prevents rendering in new arch (b7f0c71)