Skip to content

v0.8.0

Compare
Choose a tag to compare
@nabilfreeman nabilfreeman released this 18 Nov 22:51
· 17 commits to master since this release
8e160e7

Autolinking support, bug fix omnibus. Long journey!

🚢 0.8

✅ JS tests

  • A lot of JS tests had been previously written and disabled due to many of them failing.
  • We'll complete these tests and fix any bugs that come up.

✅ Flattened project structure

  • The addons sub-packages are no longer needed to build the apps using CocoaPods so I'll move everything back up to the top level.
  • The advantage of this is that you can easily point your package.json to a git fork or branch for easier development without Lerna etc.
  • This will prevent outstanding PRs from being merged, so I've reviewed all and merged in before this.
  • I promise to help manually merge in valuable work from the outstanding PRs (I think they all need further questions or work to be ready).

✅ RN 0.63 Example Project

Check out the "Road to 1.0" #249 issue for next steps.

Catch you all later,
Nabs