Skip to content

Commit dba3257

Browse files
committed
remove android folder
1 parent 292351e commit dba3257

File tree

5 files changed

+2
-94
lines changed

5 files changed

+2
-94
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RNRK.startRecording((recordings, error) => console.log(recordings)) // starts th
3535
3636
RNRK.stopRecording(recordings => console.log(recordings)) // stops the recording and saves it <- Same as pressing Stop in blue bar up top
3737
38-
RKRK.getRecordings(recordings => console.log(recordings)) get all recordings stored in the app's Documents/Replays folder.
38+
RNRK.getRecordings(recordings => console.log(recordings)) get all recordings stored in the app's Documents/Replays folder.
3939
4040
RNRK.previewRecording(path) // open a recording for trimming in the native editor.. save will replace the file, cancel just dismiss the editor.
4141
@@ -46,7 +46,7 @@ RNRK.copyRecording(recordingPath, (recordings, copyPath) => {
4646
4747
RNRK.deleteRecording(recordingPath, (recordings, deletedPath) => {
4848
console.log(recordings) // the array of all your recordings
49-
console.log(deletedPath) // the new path of the recording just deleted
49+
console.log(deletedPath) // the path of the recording just deleted
5050
})
5151
```
5252

android/build.gradle

Lines changed: 0 additions & 36 deletions
This file was deleted.

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

android/src/main/java/com/reactlibrary/RNReactNativeReplaykitModule.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

android/src/main/java/com/reactlibrary/RNReactNativeReplaykitPackage.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)