Skip to content

Commit d54c6c7

Browse files
chore(release): 0.3.0 [skip ci]
## [0.3.0](v0.2.1...v0.3.0) (2025-12-01) ### ⚠ BREAKING CHANGES * The icon API has changed from string-based SF Symbols to React components. - `icon` prop now accepts `ReactNode` instead of `string` - Removed `image` prop (use `<Image />` component in `icon` instead) - SF Symbol names are no longer supported directly Before: { id: 'copy', title: 'Copy', icon: 'doc.on.doc' } After: ### ✨ Features * replace SF Symbol string icons with React component icons ([be504f6](be504f6)), closes [#333](https://github.com/shottah/expo-focus-menu/issues/333)
1 parent 254414a commit d54c6c7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-focus-menu",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Native iOS context menus with haptic feedback, React component icons, and interactive emoji reactions for React Native. Provides an elegant focus menu UI component for Expo and React Native apps.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)