code-matt / react-native-replaykit

A React Native module to access ReplayKit screen recording framework on iOS
13 stars 14 forks source link

Example App #3

Closed samridhgupta closed 5 years ago

samridhgupta commented 5 years ago

The repo needs an example app for a new user to understand the setup process.

code-matt commented 5 years ago

I don't know about an example app, that would be overkill for how this works. I will make an example component this weekend.

code-matt commented 5 years ago

I went ahead and made the testapp. Also considering the state of my project that uses this module: good idea. Was making things difficult :)

It has basic record, stop, copy, delete and preview functionality. I should put something moving on the screen when I get time 😂