Skip to content

v0.9.2

Choose a tag to compare

@marqbeniamin marqbeniamin released this 13 Aug 10:41

Release Notes - v0.9.2

Highlights

  • Added TypeScript Support:
    The codebase now includes full TypeScript integration, providing improved type safety and a better developer experience.

  • Upgraded React Native:
    Upgraded to the latest React Native version, ensuring compatibility with recent updates, features, and security patches.

Migration Guide

  • All new code should be written in TypeScript. Existing JavaScript files may be migrated gradually.
  • Review the updated documentation and examples for TypeScript usage and updated APIs.
  • Some deprecated APIs and compatibility issues may have been addressed as part of the React Native upgrade.

Thanks

Thanks to all contributors and users for your continued support and feedback!

For more details, see PR #271

What's Changed

  • v0.9.1 - add typescript, upgrade to latest React Native Version by @marqbeniamin in #271

Full Changelog: v0.8.1...v0.9.1