Skip to content

Commit a59f8b2

Browse files
authored
Merge pull request #1756 from GetStream/develop
2 parents c6d7586 + 303b647 commit a59f8b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
## Contents
2828

29-
- [React Native Compatibility](#-react-native-compatibility)
3029
- [React Native Chat Tutorial](#-react-native-chat-tutorial)
3130
- [Example Apps](#-example-apps)
3231
- [Keep in mind](#-keep-in-mind)

package/native-package/src/handlers/triggerHaptic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let ReactNativeHapticFeedback;
22

33
try {
4-
ReactNativeHapticFeedback = require('react-native-haptic-feedback');
4+
ReactNativeHapticFeedback = require('react-native-haptic-feedback').default;
55
} catch (e) {
66
console.warn('react-native-haptic-feedback is not installed.');
77
}

0 commit comments

Comments
 (0)