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 e0fbf4d commit 3f6baafCopy full SHA for 3f6baaf
README.md
@@ -16,7 +16,7 @@ import RNRK from 'react-native-replaykit'
16
17
RNRK.startRecording() // starts the recording
18
19
-RNRK.stopRecording() // stops the recording and opens the preview/edit modal <- same as tapping top blue stop bar
+RNRK.stopRecording() // stops the recording and saves it <- Same as pressing Stop in blue bar up top
20
21
RKRK.getRecordings(recordings => console.log(recordings)) get all recordings stored in the app's Documents/Replays folder.
22
0 commit comments