Mohammad
Mohammad

Reputation: 75

Pause video recording and Resume in React Native

I am trying to create a video recording application with Expo react native, I am using Camera library but I can't find a function or method for pausing/resuming the video recording, Given there are a lot of applications out there that have this functionality is it safe to say it is a react native restriction and there is no built-in support for this functionality in react native?

Upvotes: 0

Views: 888

Answers (2)

TJ Young
TJ Young

Reputation: 1

As of iOS 18 you can pause video recording (finally)... BUT this isn't available to your app in react expo using expo-av. I wish / pray its added. Who knows.

Upvotes: 0

helyz247
helyz247

Reputation: 93

So far, You can't pause and resume video recording with React native. Most of the app out there save the videos in array and then Merge them to a single file. I am very sure that both Instagram and tiktok uses this method.

Upvotes: 0

Related Questions