Screen Recording

I want to add screen recording functionality, where on clicking start it will start recording screen

1 Like

Hey @ketankulkarni75,

This is not currently possible within the Expo SDK. You would have to use the Bare Workflow and either create the native module yourself or rely on a third party library such as this one. A word of caution regarding the third party libraries: When deciding if you want to rely on a library, one signal to look at is the frequency of commits to determine how well it’s maintained. Both libraries I found for react native screen recording are nearing a year without a commit so take that into consideration.

Cheers,
Adam

@adamjnav thanks for quick response. It will be helpful if this functionality added to expo

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.