An open API service indexing awesome lists of open source software.

https://github.com/anday013/react-native-duet

Video Dueting feature from the popular Social Apps
https://github.com/anday013/react-native-duet

Last synced: about 1 year ago
JSON representation

Video Dueting feature from the popular Social Apps

Awesome Lists containing this project

README

          

## React Native Video Duet

## Description

As the Hardware-based APIs are not available in React Native for performing operations (Encode/Decode) on the videos, the aim was to create such a Native Module on Ios, and export it to React Native.

## Usage

- git clone https://github.com/anday2000/react-native-duet.git
- cd react-native-duet
- npm install
- cd ios
- pod install
- cd ../
- npx react-native run-ios

## Stack

- React Native 64
- React Native Video
- React Native Image Picker 3
- React Navigation 5