We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b737531 commit a8fe840Copy full SHA for a8fe840
models/history.js
@@ -90,7 +90,7 @@ export default class History extends React.Component {
90
clearHistory = async () => {
91
try {
92
await AsyncStorage.clear();
93
- Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light);
+ Haptics.notificationAsync(Haptics.NotificationFeedbackType.Success);
94
alert("History Cleared!");
95
this.setState({ allKeys: [] });
96
} catch (e) {
0 commit comments