All Projects → murrayee → Mchat

murrayee / Mchat

RN生态学习

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mchat

SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (-21.78%)
Mutual labels:  react-navigation, socket-io
react-native-boilerplate
Expo + Redux + React Navigation Pre-setup Template (expo SDK 44)
Stars: ✭ 142 (+40.59%)
Mutual labels:  react-navigation, react-redux
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (-75.25%)
Mutual labels:  socket-io, react-redux
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (-82.18%)
Mutual labels:  react-navigation, react-redux
Webpack React Router Redux Es6
webpack2+react+react-router+react-redux+ES6版本的CNode社区
Stars: ✭ 255 (+152.48%)
Mutual labels:  antd-mobile, react-redux
think
Instagram clone using React Native with funcional components, React Hooks, React Navigation 4x and Reactotron debugger
Stars: ✭ 20 (-80.2%)
Mutual labels:  react-navigation, react-redux
React-Native-Chat-App
A simple chatting app built with React Native, Socket.io, ExpressJS and MongoDB. The server app provides APIs for authentication, message sending and receiving. In the client app React-Native-Gifted-Chat is used for the chat interface.
Stars: ✭ 22 (-78.22%)
Mutual labels:  react-navigation, socket-io
React Native Feature Boilerplate
Feature based Architecture for developing Scalable React Native Apps 🚀 using react, redux, sagas and hooks
Stars: ✭ 139 (+37.62%)
Mutual labels:  react-navigation, react-redux
ReactNativeSagaFrame
RN开发(一切尽在代码中)
Stars: ✭ 13 (-87.13%)
Mutual labels:  react-navigation, react-redux
react-native-boilerplate
React Native Boilerplate - React Native Starter Kits : react-navigation and its dependencies, redux, redux persist and redux thunk, redux toolkit, react native vector icons, react-native async storage
Stars: ✭ 68 (-32.67%)
Mutual labels:  react-navigation, react-redux
react-native-boilerplate
A collection of curated and well maintained React Native boilerplates with various possibilities and combinations.
Stars: ✭ 24 (-76.24%)
Mutual labels:  react-navigation, react-redux
Mozi
此项目致力于构建一套最基础,最精简,可维护的react-native项目,支持ios,android 🌹
Stars: ✭ 501 (+396.04%)
Mutual labels:  react-navigation, react-redux
Comicbook
React-Native跨平台漫画App免费视频:http://www.kongyixueyuan.com/course/3528
Stars: ✭ 199 (+97.03%)
Mutual labels:  react-navigation, react-redux
Client
TRPG即时IM通讯软件客户端,基于React 与 React Native + Redux技术
Stars: ✭ 118 (+16.83%)
Mutual labels:  socket-io, react-redux
Redux React Navigation Demos
React-Native + Redux + Redux-Persist + React Navigation ( Authentication Flow with Redux demos)
Stars: ✭ 151 (+49.5%)
Mutual labels:  react-navigation, react-redux
Covid19-Stats-IN
This app helps in tracking COVID-19 cases in India using covid19India apis
Stars: ✭ 13 (-87.13%)
Mutual labels:  react-navigation, react-redux
react-native-shopping-app
A shopping app using React Navigation, Redux, Redux-Thunk and Firebase.
Stars: ✭ 67 (-33.66%)
Mutual labels:  react-navigation, react-redux
React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (+271.29%)
Mutual labels:  react-navigation, react-redux
Surmon.me.native
📱 My blog app, powered by react-native
Stars: ✭ 579 (+473.27%)
Mutual labels:  react-navigation, react-redux
Laverna
Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
Stars: ✭ 8,770 (+8583.17%)
Mutual labels:  socket-io

开始

  • yarn or npm install
  • yarn run mock
  • react-native link (package name ) // 已经link 请忽略
  • react-native run-ios (run-android)

简介

这个分支是用dva搭建的,主要是学习用,以及版本的迭代升级。master分支为手动搭建,技术栈也有些差别,并且master上有完整功能。不想用mock ,服务端入口(https://github.com/murrayee/m-server)

截图

注意

  • link完成前提下,如果编译出现 iconfont.ttf 的问题 ,自定义图标导致.(android:将iconfont.ttf移到'android/app/src/main/assets/fonts',ios:'移至工程目录Resources'目录下)
  • 生产的时候请把 createLogger这个中间件注释掉,不然卡的你怀疑人生。(开发阶段没事,调式方便)
  • mock服务 或者 线上服务,真机调式请把config/host.js 里面的url更换为局域网ip或着。。。。,
  • alias 的使用问题,这里用的是 'babel-plugin-module-resolver',如果出现编译路径怪异的问题,运行 ' yarn start --reset-cache '就可以了。
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].