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 d33d9f1 commit e0fbf4dCopy full SHA for e0fbf4d
README.md
@@ -14,8 +14,14 @@
14
```
15
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
20
21
RKRK.getRecordings(recordings => console.log(recordings)) get all recordings stored in the app's Documents/Replays folder.
22
23
+RNRK.previewRecording(path) // open a recording for trimming in the native editor.. save will replace the file, cancel just dismiss the editor.
24
25
26
27
### Manual installation
0 commit comments