All Projects → winterbe → Rntimerexample

winterbe / Rntimerexample

Licence: mit
📱 React Native + Mobx sample app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Rntimerexample

Breathly App
A breathing training app built with React-Native
Stars: ✭ 284 (+610%)
Mutual labels:  mobile, app
Todo app open source
📱 an app to annotate tasks made with Flutter using MobX
Stars: ✭ 40 (+0%)
Mutual labels:  app, mobx
Wire Ios
📱 Wire for iOS (iPhone and iPad)
Stars: ✭ 3,079 (+7597.5%)
Mutual labels:  mobile, app
Wordpress Android
WordPress for Android
Stars: ✭ 2,601 (+6402.5%)
Mutual labels:  mobile, app
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (+935%)
Mutual labels:  mobile, app
Fultter Example App
一个功能完整齐全的Bloc模式Flutter App项目。🍨更关注架构的SPA应用。,使用Node作为后台系统,使用了部分官方plugin,大体功能自己封装。🥰 有用请Star。
Stars: ✭ 248 (+520%)
Mutual labels:  mobile, app
Bodyweight Fitness Android
Bodyweight Fitness (Android)
Stars: ✭ 297 (+642.5%)
Mutual labels:  mobile, app
Pul
PÜL - A carpooling app designed for students to help each other get more involved in their community.
Stars: ✭ 152 (+280%)
Mutual labels:  mobile, mobx
Framework7 Template Vue Webpack
Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
Stars: ✭ 399 (+897.5%)
Mutual labels:  mobile, app
Fluttergrocery Shoppingappui
🍔😋 Grocery Shopping App template UI kit in Flutter
Stars: ✭ 388 (+870%)
Mutual labels:  mobile, app
Flutter parallax scroll
Flutter UI challenge- Parallax scroll effect
Stars: ✭ 172 (+330%)
Mutual labels:  mobile, app
Eeui
📱 使用 Vue.js 跨平台开发高质量原生(Android/iOS)应用。
Stars: ✭ 475 (+1087.5%)
Mutual labels:  mobile, app
Fastbuy App
App to manage the products of the FastBuy Store (built with React Native and Redux).
Stars: ✭ 168 (+320%)
Mutual labels:  mobile, app
Tabs
The expense sharing app.
Stars: ✭ 259 (+547.5%)
Mutual labels:  mobile, app
Uiwidgets
UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
Stars: ✭ 1,901 (+4652.5%)
Mutual labels:  mobile, app
Nat
A powerful kit for adding native functionalities to your weex app.
Stars: ✭ 294 (+635%)
Mutual labels:  mobile, app
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (+102.5%)
Mutual labels:  mobile, app
Bodyweight Fitness Ios
Bodyweight Fitness (iOS)
Stars: ✭ 115 (+187.5%)
Mutual labels:  mobile, app
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+695%)
Mutual labels:  mobile, app
Wanandroid
用Flutter开发的跨平台项目,完美运行在Android和iOS上,Material简洁风格,包括启动页、引导页、注册、登录、首页、体系、公众号、导航、项目,还有漂亮的妹子图库,运行极度流畅,结构清晰,代码规范,值得拥有
Stars: ✭ 466 (+1065%)
Mutual labels:  mobile, app

RNTimerExample

A mobile app for getting started with React Native and Mobx development.

Screenshot

Getting started

Follow the official getting started guide for iOS and/or Android. For iOS you need a Mac with Xcode installed. Developer account is not necessary unless you want to submit your app to the App Store.

For Android emulator you should initially create file android/local.properties with content sdk.dir=/path/to/your/android-sdk

Usage

The following run scripts can be used from the console in order to test and run the app locally from your developer machine.

  • npm test: Run all tests.
  • npm run test:watch: Run all tests in watch-mode.
  • npm run test:coverage: Run all tests and create coverage report (located in project folder /coverage).
  • npm run lint: Check eslint rules.
  • npm run packager: Start the React Native packager (must be started before running the ios/android app).
  • npm run packager:reset: Start the React Native packager and reset cache (for troubleshooting only).
  • npm run ios: Run the app in iOS simulator.
  • npm run android: Run the app in Android emulator.
  • npm run android:emulator: Start the Android emulator (must be started before running the android app).
  • npm run android:devmenu: Open developer menu in the running Android emulator.
  • npm run android:apk-assemble: Assemble Android APK files (see folder android/app/build/outputs/apk).
  • npm run android:apk-install: Install Android APK on the connected device.

Links

License

MIT

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