Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-13 | 1.1 kB | |
v0.9.2 source code.tar.gz | 2025-08-13 | 484.1 kB | |
v0.9.2 source code.zip | 2025-08-13 | 510.9 kB | |
Totals: 3 Items | 996.2 kB | 2 |
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 https://github.com/galio-org/galio/pull/271
Full Changelog: https://github.com/galio-org/galio/compare/v0.8.1...v0.9.1