New
1.1: Edge-to-edge, fixes
Upgrade Guide
yarn add @nandorojo/galeria
Next, be sure to rebuild your native app + development client, since this has native code changes.
What's Changed
This version fixes issues on the new architecture with the built-in Image from react-native, as well as adding new features and fixes.
- fix link color by @alantoa in https://github.com/nandorojo/galeria/pull/21
- Optimise setup calls with view lifecycle
OnViewDidUpdatePropsby @intergalacticspacehighway in https://github.com/nandorojo/galeria/pull/23 - feat: Add the option to use closeIconName on ios by @fedorish in https://github.com/nandorojo/galeria/pull/24
- Add edge-to-edge support by @zoontek in https://github.com/nandorojo/galeria/pull/18
- fix: (ios) view recycling in fabric by @intergalacticspacehighway in https://github.com/nandorojo/galeria/pull/25
- Fix Android build by @hirbod in https://github.com/nandorojo/galeria/pull/27
New Contributors
- @intergalacticspacehighway made their first contribution in https://github.com/nandorojo/galeria/pull/23
- @fedorish made their first contribution in https://github.com/nandorojo/galeria/pull/24
- @zoontek made their first contribution in https://github.com/nandorojo/galeria/pull/18
- @hirbod made their first contribution in https://github.com/nandorojo/galeria/pull/27
Full Changelog: https://github.com/nandorojo/galeria/compare/v1.0.0...v1.1.0