mkuczera / react-native-haptic-feedback

React-Native Haptic Feedback for iOS with Android similar behaviour.
MIT License
855 stars 103 forks source link

Issue with types export assignment #85

Closed lukeharvey closed 1 year ago

lukeharvey commented 2 years ago

I think there might be an issue with the typings introduced in https://github.com/junina-de/react-native-haptic-feedback/pull/78

TypeScript complains to me about line 35 of index.d.ts that "An export assignment cannot be used in a module with other exported elements"

See below in screenshot

Screenshot 2022-07-15 at 12 50 51 pm