All Projects → puti94 → Rnexample

puti94 / Rnexample

一个基于mobx、react-navigation、teaset的react-native框架

Projects that are alternatives of or similar to Rnexample

react-native-navigation-mobx-demo
React native Navigation with MobX demo. Blog post write up ->
Stars: ✭ 32 (-71.93%)
Mutual labels:  react-navigation, mobx
Surmon.me.native
📱 My blog app, powered by react-native
Stars: ✭ 579 (+407.89%)
Mutual labels:  react-navigation, mobx
Ignite Bowser
Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.
Stars: ✭ 586 (+414.04%)
Mutual labels:  react-navigation, mobx
Mobx Demo
MobX port of SurviveJS - Webpack and React apps
Stars: ✭ 84 (-26.32%)
Mutual labels:  mobx
Reactstatemuseum
A whirlwind tour of React state management systems by example
Stars: ✭ 1,294 (+1035.09%)
Mutual labels:  mobx
Mobxapp
Basic MobX app with FlatList, StyledComponents, Flow, react-navigation.
Stars: ✭ 107 (-6.14%)
Mutual labels:  mobx
Vue Mobx
😄 ⭐️ 😇 Mobx binding for Vuejs 2.
Stars: ✭ 111 (-2.63%)
Mutual labels:  mobx
Muse
🎧 All you need is a simple and diligent HTML 5 music player written in React.
Stars: ✭ 82 (-28.07%)
Mutual labels:  mobx
Mobx Ecosystem
Stars: ✭ 110 (-3.51%)
Mutual labels:  mobx
Jspm React
lightweight React.js ES6 boilerplate with JSPM and proper hot reloading modules
Stars: ✭ 104 (-8.77%)
Mutual labels:  mobx
Koa Mobx React Starter
A straightforward starter for Node javascript web projects. Using Koa, MobX and ReactJS (with universal / isomorphic server rendering)
Stars: ✭ 102 (-10.53%)
Mutual labels:  mobx
Next Starter
Next.js Starter using GraphQL, MobX (Next.js, TypeScript, Babel, Express.js, Apollo Client, React Apollo, React Apollo Hooks, GraphQL Codegen, MobX, mobx-state-tree, styled-components, next-optimized-images, Serverless Framework, AWS Lambda, Dotenv)
Stars: ✭ 90 (-21.05%)
Mutual labels:  mobx
Reactnativeauth
Mobile user authentication flow with React Native, Expo, and AWS Amplify: Sign In, Sign Up, Confirm Sign Up, Forget Password, Reset Password.
Stars: ✭ 108 (-5.26%)
Mutual labels:  react-navigation
Cans
🍻 A framework for building React MobX application
Stars: ✭ 85 (-25.44%)
Mutual labels:  mobx
Datx
DatX is an opinionated JS/TS data store. It features support for simple property definition, references to other models and first-class TypeScript support.
Stars: ✭ 111 (-2.63%)
Mutual labels:  mobx
Starhackit
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL, the infrastructure deployed with GruCloud
Stars: ✭ 1,253 (+999.12%)
Mutual labels:  mobx
Babel Plugin Mobx Deep Action
Reduces `action` and `runInAction` boilerplates
Stars: ✭ 110 (-3.51%)
Mutual labels:  mobx
Mchat
RN生态学习
Stars: ✭ 101 (-11.4%)
Mutual labels:  react-navigation
React Native Template Mobx
A react-native template using advanced mobx Architecture
Stars: ✭ 99 (-13.16%)
Mutual labels:  mobx
Clean State
🐻 A pure and compact state manager, using React-hooks native implementation, automatically connect the module organization architecture. 🍋
Stars: ✭ 107 (-6.14%)
Mutual labels:  mobx

尝试搭建一个react-native快速开发框架

目录结构

├── src                         // ReactNative主要文件
│   ├── base                    // app基础模块
│   │    ├── Api                // 可将项目网络请求接口都写在此处
│   │    ├── Config             // app配置项
│   │    ├── Constant           // 放置一些常量
│   │    ├── Global             // 为节省导入,可将一些全局变量放在此处
│   ├── components              // 通用组件
│   ├── page                    // 所有的StackNavigator注册页面或者Tab页面
│   ├── res                     // 资源文件。模仿android R文件统一引用
│   │    ├── image              // 图片资源
│   │    ├── json               // JSON文件
│   │    └── index.js           // 统一管理
│   ├── store.js                // 将所有存储状态的文件放此处
│   ├── utils.js                // 工具类
│   └── AppNav.js               // 路由导航配置项

主要第三方库

功能集合

  • [x] 启动页
  • [x] react-navigation封装
  • [x] 通讯录示例
  • [x] 二维码扫描
  • [x] 简单的网络图片占位图,错误图处理
  • [x] 购物车示例(包含动画效果)
  • [x] 缓存清理
  • [x] code-push 热更新
  • [x] bugly集成
  • [x] 自定义原生UI的简单示例(ios使用swift混编)
  • [x] 极光消息推送(ios待测试)
  • [x] 微信支付宝支付
  • [x] 第三方分享,登录(待测试)
  • [x] Android App自更新
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].