jamfromouterspace / expo-screen-recorder

Programmatically record screen in an Expo/React Native app using ReplayKit (iOS) and HBRecorder (Android)
4 stars 0 forks source link

Replaykit2 Full screen version #1

Open WaltDisneyWorld opened 1 month ago

WaltDisneyWorld commented 1 month ago

Are you able to help make adjustments to this so that the user could record the WHOLE screen? I have been trying to figure this out, since I don't own a mac, and I really need the user to be able to record their whole screen.

jamfromouterspace commented 1 month ago

What do you mean by the whole screen? Like, including the system menus?

This implementation records the full screen, but not the system menus. (I’m not sure it’s possible to programmatically record such that the system menus also appear)

WaltDisneyWorld commented 1 month ago

like, your system stop recording when you go out of the app. I need it to keep recording after. Maybe utilizing a broadcast extension of some sort?

jamfromouterspace commented 2 weeks ago

I never knew if that was possible. If it is, please share it!