Skip to content

v0.88.0

Latest
Compare
Choose a tag to compare
@flochtililoch flochtililoch released this 06 Feb 20:26
· 1 commit to master since this release

Breaking changes

We've announced Hyperview navigation back in May 2024, as a way to define and control your navigation stack using HXML. Today, we're removing support for the hook to an external navigation. This is a necessary step, as the complexity maintaining and testing two separate code paths became too much of a burden for our small team. If your application relies on the following methods, update your server to provide new endpoints for the initial navigation document, and update your React Native/Expo app to remove the following external navigation properties:

  • back
  • closeModal
  • navigate
  • navigation
  • openModal
  • push
  • route
  • url

Please see the Hyperview Navigation Guide for more information on implementing navigation with Hyperview.

What's Changed in the Hyperview Library

What's Changed in the Demo App

Full Changelog: v0.87.0...v0.88.0