# mukevideo **Repository Path**: codeveryday/mukevideo ## Basic Information - **Project Name**: mukevideo - **Description**: react native开发视频播放器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2020-01-15 - **Last Updated**: 2023-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## mukevideo概述 mukevideo是一个使用react native实现一个兼容ios,android的视频播放器并带有完整的类似qq的导航框架 ## Install ```javascript //码云地址 git clone https://gitee.com/codeveryday/mukevideo //或者github地址 git clone https://github.com/codeverydaya/mukevideo.git cd mukevideo yarn install ``` ## 第三方库 | 库名字 | 版本 | 描述 | | :--------------------------- | ------ | ---------------------------- | | react-native | 0.59.8 | rn主库,提供rn基础功能 | | react-native-video | 5.0.0 | 视频播放组件 | | react-native-linear-gradient | 2.5.6 | 渐变色组件 | | react-native-orientation | 3.1.3 | 控制屏幕的方向 | | react-navigation | 3.11.1 | 用于app导航 | | react-native-gesture-handler | 1.3.0 | 用于react navigation手势处理 | ## 功能介绍 - 调节倍速播放 - 视频的播放暂停 - 分辨率的适配 - 播放进度的调节 - 动画的效果制作 - 全屏的两种实现 - 构建出一个完整的类似qq的导航框架 ## 效果图