20 | {' component for React Native with
21 | controls that uses react-native-video under the hood
22 |
react-native-video foundation, this
29 | library enhances functionality and reliability, while also giving you
30 | the flexibility to extend it further as needed.
31 | >
32 | ),
33 | },
34 | {
35 | title: 'Easy to Use',
36 | Svg: require('@site/static/img/easy-to-use.svg').default,
37 | description: (
38 | <>
39 | react-native-video-player makes video integration simple with custom
40 | controls and support for all react-native-video props,
41 | letting you easily switch your existing Video components.
42 | >
43 | ),
44 | },
45 | ];
46 |
47 | function Feature({ title, Svg, description }: FeatureItem) {
48 | return (
49 | {description}
56 |61 | 📱 react-native-video-player is provided as it is. For enterprise support or other business inquiries, please contact us 🤝. We can help you with the integration, customization and maintenance. We are providing both free and commercial support for this project. let's build something awesome together! 🚀 62 |
63 | 64 |
68 |