Release 1.5.0
- Bugfix: Fix memory leak
- (Commit:
6ddabae
) Partially fix memory leak by performing cleanup during reload + when the view is unmounted. - (Commit:
19533b2
) UseRNIWrapperView
for the menu preview. - (Commit:
c45c576
) Fix menu preview memory leak,
- (Commit:
-
(Commit:
4c75563
) Bugfix: Fix menu action subtitles no longer working on iOS 15.- Example #13 — Setting
discoverabilityTitle
no longer does anything.
- In iOS 13, this used to show a subtitle blurb below the menu item title. In iOS 15, it no longer displays the subtitle.
- In iOS 15, there's a new property added called
UIMenuElement.subtitle
.
- Example #13 — Setting
- Refactor: Update to use
RNIImageItem
for the menu icons.- (Commit:
836f0a3
) Copy overRNIImageItem
impl. fromreact-native-ios-navigator
. - (Commit:
97fa40c
) Refactor to useRNIImageItem
for menu item icon. - (Commit:
e02d96e
) Copy overImageItemConfig
types fromreact-native-ios-navigator
. - (Commit:
e176438
) Update types for menu config to acceptImageItemConfig
.
- (Commit: