1.2.1 • Published 5 years ago

@beapp/react-native-screen-recorder v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-native-record-screen

A screen record with app audio + mic module for React Native.

  • Support iOS >= 11.0

Installation

npm install @beapp/react-native-screen-recorder

pod install

cd ios && pod install && cd ../

Usage

Recording full screen

import RecordScreen from '@beapp/react-native-screen-recorder'

// recording start
RecordScreen.startRecording().catch((error) => console.error(error))

// recording stop
const res = await RecordScreen.stopRecording().catch((error) =>
  console.warn(error)
)

if (res) {
  const url = res.result.outputURL
}

Clean Sandbox

RecordScreen.clean();

License

MIT

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.3

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.1.2

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago