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 2c3648a commit 23365d5Copy full SHA for 23365d5
example/src/App.tsx
@@ -279,7 +279,7 @@ const AppContainer = () => {
279
280
Alert.alert(
281
'Delete all recording',
282
- `Continue to delete all ${recordings.length} recordings.\n App restart is required!`,
+ `Continue to delete all ${recordings.length} recordings.`,
283
[
284
{ text: 'Cancel', style: 'cancel' },
285
{ text: 'OK', onPress: deleteRecordings },
0 commit comments