-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: typo #15
fix: typo #15
Conversation
Hi @zhigang1992, thanks for the contribution. I will check it 👍🏽 |
src/components/menu/types.d.ts
Outdated
@@ -6,7 +6,11 @@ export type MenuItemProps = { | |||
onPress: () => void; | |||
isTitle?: boolean; | |||
isDestructive?: boolean; | |||
/** | |||
* @deprecated typo here for compatibility | |||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kept the old field so this is not a breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is exactly well thought update but I removed it, package is already very early stage and not used for many people now. Will continue with other typo fixes 🙌🏽
* feat: Add Tap and Double Tap Support * fix: remove unnecessary memo * fix: disable calling animations again when they are already active * feat: new prop to pass params to onPress handlers * feat: add optional haptic feedback * chore: replace react-native-haptic-feedback with expo-haptics * chore: update yarn lock and prop example usage * chore: make methodParams optional * chore: rename methodParams prop name as actionParams * chore: update actionParams prop types * docs: update props doc for actionParams * docs: add haptic feedback and activate on props * refactor: updates reanimated and unimodules deps and setups (#25) * fix: typo for seperator word (#15) * fix: typo * chore: remove all typo for seperator Co-authored-by: Enes Ozturk <[email protected]> * feat: disable touchable of the hold item when menu active (#8) * feat: optional prop to close menu when tap to hold item * docs: add closeOnTap to the props * chore: update whatsapp example * refactor: update hold item comp and types * feat: new icon component usage logic (#24) * feat: add animated icon component * chore: remove theme prop passing to children * chore: update playground example with hold menu icon comp * chore: update icon handling logic * chore: update icon rendering in menu item * chore: updates examples and pass feather icons to hold menu * chore: update telegram example * docs: add icon docs and update other details * fix: typo for separator word that missed on rebase (#26) * fix: typo for separator word that missed on rebase * chore: update wrong separator words * chore: release v0.1.0 Co-authored-by: ksitko <[email protected]> Co-authored-by: Zhigang Fang <[email protected]>
No description provided.