Commit d54c6c7
committed
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments