Skip to content

Commit a8fe840

Browse files
author
Vivek Patel
committed
changed haptic feedback style
1 parent b737531 commit a8fe840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default class History extends React.Component {
9090
clearHistory = async () => {
9191
try {
9292
await AsyncStorage.clear();
93-
Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light);
93+
Haptics.notificationAsync(Haptics.NotificationFeedbackType.Success);
9494
alert("History Cleared!");
9595
this.setState({ allKeys: [] });
9696
} catch (e) {

0 commit comments

Comments
 (0)