All Projects → react-natives → React Natives App

react-natives / React Natives App

App for the React & React Native developer community as a demo project for the React Native meetups in Germany

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Natives App

rn-sip-app
React Native SIP App
Stars: ✭ 51 (+155%)
Mutual labels:  ios-app, android-app, react-native-app
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (+540%)
Mutual labels:  android-app, ios-app, demo-app
been-pwned
App that leverages the haveibeenpwned.com API by Troy Hunt. This app is available in the App Stores and is used in several of my talks as well as my book Xamarin.Forms Essentials.
Stars: ✭ 19 (-5%)
Mutual labels:  ios-app, android-app
flutter-Anniversary
一款界面优美,功能简洁的纪念日APP
Stars: ✭ 57 (+185%)
Mutual labels:  ios-app, android-app
Eigen
The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's mobile app.
Stars: ✭ 2,874 (+14270%)
Mutual labels:  ios-app, react-native-app
Monthly-App-Challenge-2022
Retos mensuales de la comunidad MoureDev para crear pequeñas aplicaciones en base a requisitos
Stars: ✭ 153 (+665%)
Mutual labels:  ios-app, android-app
TemporaryContacts
Android/iOS mobile application for adding contacts that are automatically deleted after a set or default interval and are synced with main address book
Stars: ✭ 15 (-25%)
Mutual labels:  ios-app, android-app
Aawazein
A News Application 🗞️ built under 24 hours ⏰. It is built 🚧 with React Native ⚛️. 🚀 and 3 cups of Chai ☕
Stars: ✭ 28 (+40%)
Mutual labels:  ios-app, android-app
OFOBike
A demo app like OFO Bike in Swift.
Stars: ✭ 18 (-10%)
Mutual labels:  ios-app, demo-app
Furniture app flutter
watch it on YouTube
Stars: ✭ 322 (+1510%)
Mutual labels:  android-app, ios-app
Flutter One App
🎊Flutter 仿「ONE·一个」APP,兼容Android、iOS双平台,Flutter的练手学习,覆盖了各种基本控件使用、下拉刷新上拉加载、HTML解析、音乐播放、图片预览下载、权限申请等,使用Android Studio的FlutterJsonBeanFactory插件完成JSON转Dart实体
Stars: ✭ 316 (+1480%)
Mutual labels:  android-app, ios-app
Bangumi
💫 An unofficial bgm.tv app client for Android and iOS, built with React Native. 类似专门做ACG的豆瓣, 已适配 iOS/Android, mobile/Pad, light/dark theme, 并加入了很多独有的增强功能
Stars: ✭ 409 (+1945%)
Mutual labels:  android-app, ios-app
Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (+230%)
Mutual labels:  ios-app, android-app
InstaSmart
A Flutter app to plan and beautify your Instagram feed
Stars: ✭ 18 (-10%)
Mutual labels:  ios-app, android-app
lndr-mobile
LNDR mobile app in React Native
Stars: ✭ 14 (-30%)
Mutual labels:  ios-app, android-app
justBreathe
A minimal meditation app made with Flutter
Stars: ✭ 47 (+135%)
Mutual labels:  ios-app, android-app
flippingCards
iOS & Android flashcards app for learning German words faster 🃏
Stars: ✭ 23 (+15%)
Mutual labels:  ios-app, android-app
mobile-app
This project aims to build a modern mobile web-app based on the framework Ionic to improve the functionality of http://mobile.leitstelle122.at/.
Stars: ✭ 22 (+10%)
Mutual labels:  ios-app, android-app
React Native Nw React Calculator
Mobile, desktop and website Apps with the same code
Stars: ✭ 5,116 (+25480%)
Mutual labels:  android-app, ios-app
Boardview
A draggable boardview for java android (Kanban style)
Stars: ✭ 309 (+1445%)
Mutual labels:  android-app, listview

React Natives App

App for React & React Native developers developed together with the community as a live React Native example

Install development tools

Install the project

Run the project

  • download Expo app from App Store or Google Play
  • run "yarn start" in the project root directory
  • scan in the QR code in the terminal that shows up after the project has started on your phone with the Expo app

Troubleshooting

  • restart the packager after npm install or if you have strange problems in general
  • if you need more help check the react natives slack team for help
  • when building on Linux/Android, installing watchman is not optional:
installed watchman: the app will need/use the .watchmanconfig file

run once system-wide (https://github.com/facebook/react-native/issues/3199):
echo 256 | sudo tee -a /proc/sys/fs/inotify/max_user_instances
echo 32768 | sudo tee -a /proc/sys/fs/inotify/max_queued_events
echo 65536 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
watchman shutdown-server

Useful hints extending the app

  • If you are adding new dependencies with npm install --save you may need to runs "react-native link" afterwards to link the package in the native iOS / Android projects

Screenshots

Map screen List screen

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