Skip to content
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

Merged
merged 2 commits into from
May 15, 2021
Merged

fix: typo #15

merged 2 commits into from
May 15, 2021

Conversation

zhigang1992
Copy link
Contributor

No description provided.

@enesozturk
Copy link
Owner

Hi @zhigang1992, thanks for the contribution. I will check it 👍🏽

@@ -6,7 +6,11 @@ export type MenuItemProps = {
onPress: () => void;
isTitle?: boolean;
isDestructive?: boolean;
/**
* @deprecated typo here for compatibility
*/
Copy link
Contributor Author

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.

Copy link
Owner

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 🙌🏽

@enesozturk enesozturk changed the base branch from main to develop May 14, 2021 13:04
@enesozturk enesozturk merged commit ab82191 into enesozturk:develop May 15, 2021
enesozturk added a commit that referenced this pull request May 15, 2021
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants