# RN_WanAndroid **Repository Path**: 705174710/RN_WanAndroid ## Basic Information - **Project Name**: RN_WanAndroid - **Description**: 🔥🔥🔥 基于Facebook React-Native的WanAndroid客户端,支持Android和iOS。采用axios + react-navigation + redux为项目基本框架,对接大部分WanAndroid开放API,拥有较好的项目结构&比较规范的代码! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-20 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Native 版 WanAndroid 客户端 **Github 项目地址:[https://github.com/aijason/RN_WanAndroid](https://github.com/aijason/RN_WanAndroid)** **开源不易,如果喜欢的话希望给个 `Star` 或 `Fork` ^_^ ,谢谢~~** ## 前言 这几年主要从事 `React Native` 的开发工作,最早接触到ReactNative的版本是`0.28^`,到最近的`0.61.2^`版本,跨度长达三年之久,爬过无数的坑,但还是对RN的未来充满信心,这次也非常感谢`WanAndroid开放API`,让我工作之余,用最新的RN版本体验下开发的乐趣! ## 简介 [RN_WanAndroid](https://github.com/aijason/RN_WanAndroid) 采用 `React Native` 框架编写,基于0.61.2^版本。结合 `Axios` + `React-Navigation` + `Redux` 等开源框架设计的项目,项目代码结构清晰并且有详细注释,如有任何疑问和建议请提 [Issues](https://github.com/aijason/RN_WanAndroid/issues) 或联系 qq: **977854695** ,**项目会持续迭代维护,也欢迎PR ^_^,努力打造一款优秀的React Native框架的 [WanAndroid](http://www.wanandroid.com/) 客户端**。 ## API [**玩 Android 开放 API**](http://www.wanandroid.com/blog/show/2) ## 下载体验 - 点击[![](https://img.shields.io/badge/Download-apk-green.svg)](https://github.com/aijason/RN_WanAndroid/releases/download/v1.0.2/RN_WanAndroid-release.apk) 下载 ## IOS项目截图 | ![](screenshot/iOS_01.png) | ![](screenshot/iOS_02.png) | ![](screenshot/iOS_03.png) | ![](screenshot/iOS_04.png) | | --- | --- | --- | --- | | ![](screenshot/iOS_05.png) | ![](screenshot/iOS_06.png) | ![](screenshot/iOS_07.png) | ![](screenshot/iOS_08.png) | | ![](screenshot/iOS_09.png) | ![](screenshot/iOS_10.png) | ![](screenshot/iOS_11.png) | ![](screenshot/iOS_12.png) | ## Android项目截图 | ![](screenshot/android_01.png) | ![](screenshot/android_02.png) | ![](screenshot/android_03.png) | ![](screenshot/android_04.png) | | --- | --- | --- | --- | | ![](screenshot/android_05.png) | ![](screenshot/android_06.png) | ![](screenshot/android_07.png) | ![](screenshot/android_08.png) | | ![](screenshot/android_09.png) | ![](screenshot/android_10.png) | ![](screenshot/android_11.png) | ![](screenshot/android_12.png) | ## 主要功能 - 首页、体系、公众号、导航、项目五大模块; - 登录注册功能; - 搜索功能:热门搜索、搜索历史文章; - 收藏功能:添加收藏、取消收藏; - 浏览文章、分享文章; - 查看常用网站; - 自定义切换主题颜色功能; - 多语言切换功能; - 我的积分明细; - 关于模块。 ## 主要开源框架 - [axios](https://github.com/axios/axios) - [redux](https://github.com/reduxjs/redux) - [react-native](https://github.com/facebook/react-native) - [react-redux](https://github.com/reduxjs/react-redux) - [redux-thunk](https://github.com/reduxjs/redux-thunk) - [react-native-gesture-handler](https://github.com/kmagiera/react-native-gesture-handler) - [react-native-reanimated](https://github.com/kmagiera/react-native-reanimated) - [react-native-splash-screen](https://github.com/crazycodeboy/react-native-splash-screen) - [react-native-swiper](https://github.com/leecade/react-native-swiper) - [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) - [react-native-webview](https://github.com/react-native-community/react-native-webview) - [react-navigation](https://github.com/react-navigation/react-navigation) - [react-navigation-drawer](https://github.com/react-navigation/drawer) - [react-navigation-stack](https://github.com/react-navigation/stack) - [react-navigation-tabs](https://github.com/react-navigation/tabs) - [react-native-i18n](https://github.com/aijason/react-native-i18n) - [@react-native-community/async-storage](https://github.com/react-native-community/async-storage) ## Thanks **感谢所有优秀的开源项目 ^_^** 。 ## Statement **项目中的 API 均来自于 [www.wanandroid.com](http://www.wanandroid.com/) 网站,纯属学习交流使用,不得用于商业用途。** ## LICENSE ``` Copyright 2019 aijason Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```