# ReactNative_Eyepetizer
**Repository Path**: docname/ReactNative_Eyepetizer
## Basic Information
- **Project Name**: ReactNative_Eyepetizer
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-11-10
- **Last Updated**: 2025-11-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ReactNative_Eyepetizer
一款基于ReactNative + TypeScript实现的精美仿开眼视频跨平台App,适合新手入门,快速掌握TypeScript基本语法以及快速上手ReactNative开发。
Kotlin版: [Kotlin_Eyepetizer](https://github.com/fmtjava/Kotlin_Eyepetizer)
Flutter版:[Flutter_Eyepetizer](https://github.com/fmtjava/Flutter_Eyepetizer)
小程序版:[wx_eyepetizer](https://github.com/fmtjava/wx_eyepetizer)
# 前言
前段时间有Github的小伙伴问[Flutter_Eyepetizer](https://github.com/fmtjava/Flutter_Eyepetizer)能不能提供一个ReactNative版本,因为当时的工作暂时没有涉及这块内容,所以暂时就搁置了。最近公司的一个项目用到了个ReactNative混合开发,自己也参与了一部分开发,便通过这个项目把学到的相关技能分享出来,因为目前对ReactNative处于初步入门阶段,希望Github的小伙伴多多Issues,留下你们的宝贵意见。当前如果觉得项目能够帮助到你们,也希望给一个 `Star` 或 `Fork` ^_^ ,谢谢**
# 项目截图
# 核心功能
# 核心技术点
# 下载体验(Android版本)
- 点击[](https://www.pgyer.com/app/qrcode/lXrn)
- 下方二维码下载(每日上限100次,如达到上限,还是 clone 源码吧!✧(≖ ◡ ≖✿)))
- ios请自行clone项目代码运行
# 更新日志
### v1.0
* 初始化项目,完成开眼视频App核心功能,目前实现首页、发现、热门、分类、我的、视频详情、视频播放、科大讯飞语音识别、推荐画廊、推荐小视频等功能,后续持续完善中...
# Thanks
- [react-navigation](https://github.com/react-navigation/react-navigation) 页面导航框架
- [react-native-fast-image](https://github.com/DylanVann/react-native-fast-image) 图片缓存框架
- [axios](https://github.com/axios/axios) 网络请求框架
- [react-native-refresh-list-view](https://github.com/huanxsd/react-native-refresh-list-view)上拉、下拉刷新框架
- [react-native-loading-spinner-overlay](https://github.com/joinspontaneous/react-native-loading-spinner-overlay) Loading框架
- [dva](https://github.com/dvajs/dva) 状态管理框架
- [react-native-root-toast](https://github.com/magicismight/react-native-root-toast) 吐司组件
- [moment](https://github.com/moment/moment) 日期处理工具集
- [react-native-splash-screen](https://github.com/crazycodeboy/react-native-splash-screen) 启动白屏框架
- [react-native-image-viewer](https://github.com/ascoders/react-native-image-viewer) 图片画廊组件
- [react-native-af-video-player](https://github.com/abbasfreestyle/react-native-af-video-player) 视频播放组件
- [react-native-config](https://github.com/luggit/react-native-config) 资源配置组件
# 关于我
- WX:fmtjava
- QQ:2694746499
- Email:2694746499@qq.com
- Github:https://github.com/fmtjava
# 声明
项目中的 API 均来自开眼视频,纯属学习交流使用,不得用于商业用途!
# License
Copyright (c) 2021 fmtjava
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.