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
- Host: GitHub
- URL: https://github.com/anday013/react-native-duet
- Owner: anday013
- Created: 2021-04-12T19:20:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T12:15:09.000Z (about 3 years ago)
- Last Synced: 2025-04-04T09:11:19.925Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 13.3 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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