Skip to content

Commit 23365d5

Browse files
Update example/src/App.tsx
Co-authored-by: kuldip-simform <kuldip@simformsolutions.com>
1 parent 2c3648a commit 23365d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ const AppContainer = () => {
279279

280280
Alert.alert(
281281
'Delete all recording',
282-
`Continue to delete all ${recordings.length} recordings.\n App restart is required!`,
282+
`Continue to delete all ${recordings.length} recordings.`,
283283
[
284284
{ text: 'Cancel', style: 'cancel' },
285285
{ text: 'OK', onPress: deleteRecordings },

0 commit comments

Comments
 (0)