You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Native Video Trimmer is a powerful and easy-to-use component that adds video trimming functionality to your React Native applications. Perfect for video editing apps, social media platforms, or any application requiring video manipulation.
3
+
React Native Video Trimmer UI is a powerful and easy-to-use UI component that adds video trimming functionality to your React Native applications. It's perfect for video editing apps, social media platforms, or any application requiring video manipulation.
4
4
5
5
## Key Features
6
6
@@ -10,9 +10,7 @@ React Native Video Trimmer is a powerful and easy-to-use component that adds vid
10
10
- Support for various video formats
11
11
- Efficient trimming process with optimized performance
12
12
- Cross-platform compatibility (iOS and Android)
13
-
- Easy integration with existing React Native projects
14
-
15
-
This library leverages native video processing capabilities to ensure smooth performance and high-quality output.
13
+
- Easy integration with existing React Native projects (Expo and bare React Native)
console.log(`Current trim range: ${start} to ${end}`);
63
+
64
+
// In your JSX
65
+
<VideoTrimmerUI
66
+
ref={trimmerRef}
67
+
// ... other props
68
+
/>
69
+
```
70
+
71
+
Available methods:
72
+
-`getSelection()`: Returns an array with the current start and end times of the trim range.
73
+
74
+
75
+
## Trimming the Video
76
+
77
+
After selecting the trim range using the VideoTrimmerUI component, you can use the `react-native-video-trimmer-core` library to perform the actual video trimming. For more information on how to use this library, please refer to the [react-native-video-trimmer-core npm package](https://www.npmjs.com/package/react-native-video-trimmer-core).
42
78
43
79
## Features
44
80
45
81
- Video trimming functionality for React Native applications
46
82
- Customizable slider for selecting trim range
47
83
- Supports looping video playback
48
84
85
+
## Upcoming Features
86
+
87
+
- Additional customization options for the trimmer UI
0 commit comments