All Projects → YunLe-CLI → yunle-template-react-native

YunLe-CLI / yunle-template-react-native

Licence: other
yunle-cli 前端开发模板- RN 专为react-native开发 IOS&Android APP

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
typescript
32286 projects
java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to yunle-template-react-native

react-native-base-project
Base react native application for scalable project using Redux + React Navigation + Code Push + Realm + Axios + i18n + Google Analytics + Facebook login with fbsdk...
Stars: ✭ 31 (+121.43%)
Mutual labels:  react-navigation, codepush
react-native-boilerplate
React Native boilerplate with react-navigation and native-base
Stars: ✭ 15 (+7.14%)
Mutual labels:  react-navigation, native-base
SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (+464.29%)
Mutual labels:  react-navigation, native-base
react-native-template
An opinionated template to bootstrap your next React Native app with all the time-wasting packages you need to have.
Stars: ✭ 132 (+842.86%)
Mutual labels:  react-navigation, codepush
AndroidToRN
原生android中嵌入React Native
Stars: ✭ 95 (+578.57%)
Mutual labels:  react-navigation, codepush
react-native-weather
This project is to explore React Navigation (Drawer, Tab, and Stack Navigators). And explore best practices around styling, design, and collaborating with designers for better UX for building great apps.
Stars: ✭ 51 (+264.29%)
Mutual labels:  react-navigation
delivery-app-mobile
🍕React Native food delivery app
Stars: ✭ 143 (+921.43%)
Mutual labels:  react-navigation
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (+114.29%)
Mutual labels:  react-navigation
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (+28.57%)
Mutual labels:  react-navigation
pro-chat
Full featured chat app built with 💙 Expo & Firebase 🔥
Stars: ✭ 24 (+71.43%)
Mutual labels:  react-navigation
mobile-realm
mobile-realm
Stars: ✭ 21 (+50%)
Mutual labels:  native-base
start-ui-native
🚀 Start UI [native] is an opinionated UI starter with ⚛️ React Native, ⬢ Native Base 3, ⚛️ React Query & 🐜 Formiz — From the 🐻 BearStudio Team
Stars: ✭ 62 (+342.86%)
Mutual labels:  native-base
virena
A React-Native navigation prototyping tool on the desktop.
Stars: ✭ 58 (+314.29%)
Mutual labels:  react-navigation
react-native-puti-umeng-share
[停止维护]由于分享登录模块平台众多,且众多平台库更新频繁,不利于维护。友盟官方已出了RN的插件,如需集成友盟的功能建议直接查看官方文档,按照文档进行配置。
Stars: ✭ 26 (+85.71%)
Mutual labels:  umeng-share
think
Instagram clone using React Native with funcional components, React Hooks, React Navigation 4x and Reactotron debugger
Stars: ✭ 20 (+42.86%)
Mutual labels:  react-navigation
react-navigation-example
React Navigation example without expo.
Stars: ✭ 16 (+14.29%)
Mutual labels:  react-navigation
react-native-boilerplate
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽
Stars: ✭ 82 (+485.71%)
Mutual labels:  react-navigation
hbb-survey-app
Hatay Municipality Survey Application
Stars: ✭ 18 (+28.57%)
Mutual labels:  react-navigation
react-native-boilerplate
从真实项目中抽离出的一个简单的样板。(A simple boilerplate stripping out of a real project.)
Stars: ✭ 21 (+50%)
Mutual labels:  react-navigation
rpg-dice-roller
📱 RPG Dice Roller, Number Generator, Coin Flip - Available on Google Play Store - Made with React Native | Styled-Components
Stars: ✭ 15 (+7.14%)
Mutual labels:  react-navigation

利用脚手架开发一套react-native(ios & android)项目(让你开发网页dva.js 一套,牛奶香浓浓,丝般感受 )

  1. dva.js
  2. code-push
  3. react-navigation
  4. native-base
  5. react-native-orientation-locker

demo下载地址 密码: dagouzhi

https://www.pgyer.com/dagouzhi2temp

安装脚手架

npm i -g yunle-cli

创建RN项目

 yunle init test_rn

? 请选择使用的模板
  umi
❯ RN
  taro
  electron
  gatsby
  next
  component

获取依赖包

cd test_rn && yarn

ios

npm run start:ios

android

npm run start:android

主题定制

https://nativebase.io/customizer/#

欢迎star

开源github 欢迎star 感谢感谢!!!

支付组件

内购 react-native-iap

支付(微信&支付宝) react-native-puti-pay

fix

修改 node_modules/native-base/dist/src/basic/Tabs/index.js

替换

_this.scrollView.scrollTo({x:_this.props.initialPage*_this.state.containerWidth,animated:false});

if (_this.scrollView && _this.scrollView.scrollTo) { _this.scrollView.scrollTo({x:_this.props.initialPage*_this.state.containerWidth,animated:false}); }

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].