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: class declaration #78

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

jeremybarbet
Copy link
Contributor

@jeremybarbet jeremybarbet commented May 24, 2022

With the current declaration, trigger can be imported from the destructured import

import { trigger } from 'react-native-haptic-feedback';

However, the function does not exist in the source code. This PR fixes this issue and only return trigger when used with the class ReactNativeHapticFeedback.trigger(...) declaration

@mkuczera mkuczera merged commit a4dba64 into mkuczera:master Jun 20, 2022
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