maxs15 / react-native-screcorder

A <Recorder /> element for react-native
233 stars 56 forks source link

Working Example #2

Closed eltoob closed 9 years ago

eltoob commented 9 years ago

Thanks for sharing this repo! The demo in README is not working (as it requires some other file like Style.js and Button) Could you either add those or post a working example?

darkrishabh commented 9 years ago

you can use touchablehighlight instead and also make the styles as per your requirement.

darkrishabh commented 9 years ago

take a look at this - https://github.com/lwansbrough/react-native-camera this will help you understand the usage. Instead of user

maxs15 commented 9 years ago

Yes didn't want to post a complete project, just the way to use the plugin. If you want a Button just use a component like that one react-native-material-kit or create your own it's pretty simple :)