UNPKG

expo-mesh-gradient

Version:

A module that exposes MeshGradient view from SwiftUI to React Native

62 lines (33 loc) 1.87 kB
# Changelog ## Unpublished ### 🛠 Breaking changes ### 🎉 New features ### 🐛 Bug fixes ### 💡 Others ## 0.3.4 — 2025-04-30 _This version does not introduce any user-facing changes._ ## 0.3.3 — 2025-04-25 _This version does not introduce any user-facing changes._ ## 0.3.2 — 2025-04-14 _This version does not introduce any user-facing changes._ ## 0.3.1 — 2025-04-11 _This version does not introduce any user-facing changes._ ## 0.3.0 — 2025-04-04 ### 🛠 Breaking changes - upgrade RN to 0.78 ([#35050](https://github.com/expo/expo/pull/35050) by [@vonovak](https://github.com/vonovak)) - Bump minimum macOS version to 11.0. ([#34980](https://github.com/expo/expo/pull/34980) by [@gabrieldonadel](https://github.com/gabrieldonadel)) ### 🐛 Bug fixes - Fix building for macOS. ([#35033](https://github.com/expo/expo/pull/35033) by [@gabrieldonadel](https://github.com/gabrieldonadel)) ### 💡 Others - [apple] Migrate remaining `expo-module.config.json` to unified platform syntax. ([#34445](https://github.com/expo/expo/pull/34445) by [@reichhartd](https://github.com/reichhartd)) - Migrated SwiftUI views with backward compatible `WithHostingView`. ([#35553](https://github.com/expo/expo/pull/35553) by [@kudo](https://github.com/kudo)) ## 0.2.1 - 2025-01-10 _This version does not introduce any user-facing changes._ ## 0.2.0 - 2024-11-29 ### 🎉 New features - Allow passing children to render views on top of the gradient. ([#33271](https://github.com/expo/expo/pull/33271) by [@tsapeta](https://github.com/tsapeta)) - Exported `MeshGradientViewProps` type. ([#33299](https://github.com/expo/expo/pull/33299) by [@tsapeta](https://github.com/tsapeta)) - Added `mask` prop to mask the gradient using the alpha channel of the given children views. ## 0.1.0 — 2024-10-20 ### 🎉 New features - Initial release 🎉