Skip to content

Commit e6f16f3

Browse files
committed
update readme
1 parent 411eb32 commit e6f16f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import RNRK from 'react-native-replaykit'
3131
3232
RNRK.initialize() // you need to call this before using RNRK and only once during app's life.
3333
34-
RNRK.startRecording((recordings, error) => console.log(recordings)) // starts the recording
34+
RNRK.startRecording((recordings, error) => console.log(recordings)) // starts the recording. The callback is fired when the recording is completed.
3535
3636
RNRK.stopRecording(recordings => console.log(recordings)) // stops the recording and saves it <- Same as pressing Stop in blue bar up top
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-replaykit",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.js",
66
"license" : "MIT",

0 commit comments

Comments
 (0)