All Projects → jibenziliao → react-native-app

jibenziliao / react-native-app

Licence: other
使用React-Native+Redux开发的交友APP

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to react-native-app

test-react-nav-with-screens
Simple real world test to check how 0.59 + ReactNav + Screens work
Stars: ✭ 14 (-50%)
Mutual labels:  react-native-app
virena
A React-Native navigation prototyping tool on the desktop.
Stars: ✭ 58 (+107.14%)
Mutual labels:  react-native-app
react-native-login-screen-android-ios
React Native Login Screen for Android & iOS
Stars: ✭ 143 (+410.71%)
Mutual labels:  react-native-app
dhan-gaadi
A complete online bus reservation system (Node, React, Mongo, NextJS, ReactNative)
Stars: ✭ 207 (+639.29%)
Mutual labels:  react-native-app
RecordingSample
Recording Sample by React Native
Stars: ✭ 27 (-3.57%)
Mutual labels:  react-native-app
Hakeemi
Hakeemi is a mobile app for clinics to handle patients' appointments with doctors.
Stars: ✭ 30 (+7.14%)
Mutual labels:  react-native-app
Galio
Galio is a beautifully designed, Free and Open Source React Native Framework
Stars: ✭ 2,772 (+9800%)
Mutual labels:  react-native-app
DailyScrum
An app for your daily dose of Scrum
Stars: ✭ 18 (-35.71%)
Mutual labels:  react-native-app
ignite-maps
Painlessly add react-native-maps to your React Native app using Ignite and Ignite Maps.
Stars: ✭ 19 (-32.14%)
Mutual labels:  react-native-maps
forest-watcher
Forest Watcher 2.0
Stars: ✭ 30 (+7.14%)
Mutual labels:  react-native-maps
React-Native-developer-roadmap
📒 React Native is a cross-platform library to build mobile apps using React and JavaScript. This guide is to help you in your React Native journey. this repo contain a great the resources you need to work with React Native art,(Articles, Tutorials)
Stars: ✭ 565 (+1917.86%)
Mutual labels:  react-native-app
captAR
Augmented Reality Geolocation Capture-the-Flag Mobile Game Capstone Project
Stars: ✭ 24 (-14.29%)
Mutual labels:  react-native-maps
rn-sip-app
React Native SIP App
Stars: ✭ 51 (+82.14%)
Mutual labels:  react-native-app
bufunfa
React Native money management app
Stars: ✭ 25 (-10.71%)
Mutual labels:  react-native-app
SplashScreenExample
How to implement a Splash Screen in ReactNative
Stars: ✭ 14 (-50%)
Mutual labels:  react-native-app
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+2114.29%)
Mutual labels:  react-native-app
LifeTime
LifeTime app
Stars: ✭ 35 (+25%)
Mutual labels:  react-native-app
MyApp
A template to create awesome Apps easily ⚡️
Stars: ✭ 39 (+39.29%)
Mutual labels:  react-native-app
Map-interaction-prototype
Map interaction sample for React Native
Stars: ✭ 28 (+0%)
Mutual labels:  react-native-maps
react-ssr-advanced-seed
🔮 React SSR Advanced Seed (Typescript + nestJS + React SSR + React Native + Docker)
Stars: ✭ 76 (+171.43%)
Mutual labels:  react-native-app

react-native-app

觅友 Meet U

git clone https://github.com/jibenziliao/react-native-app.git
npm install
react-native link

首页截图 寻TA截图 相册截图

下载地址

iOS版正在重构,即将上线。

App小范围试用,短信通道暂时关闭。

可使用测试账号登录:

账号:18988888888

密码:111111

Android版本已上线Google Play

Alt text

也可以从蒲公英下载测试版(两个签名不一样,不能共存)

觅友 Meet U

说明

  1. 插件react-native-swipe-cards0.0.9版本有bug(最新版已改名:react-native-tinder-swipe-cards)

    0.0.9版本第95行if判断条件替换为如下内容

    nextProps.cards && nextProps.cards.length > 0 && (nextProps.cards[0].UserId !== this.props.cards[0].UserId || nextProps.refresh !== this.props.refresh)
  2. react-native版本是0.38.0,不要轻易升级react-native版本。0.39.0、0.39.1、0.39.2在iOS平台跟cocoapods不太兼容,编译各种报错。本人对原生不是很熟悉,所以退而求其次,使用[email protected]

  3. 因集成极光推送插件,xCode需更新到8.2.1版本,以便支持iOS10,在iOS工程target的Build Phases->Link Binary with Libraries中加入如下库

    libz.tbd

    CoreTelephony.framework

    Security.framework

    CFNetwork.framework

    CoreFoundation.framework

    SystemConfiguration.framework

    Foundation.framework

    UIKit.framework

    UserNotifications.framework

    libresolv.tbd

    关于极光推送插件详细配置,请参考极光推送插件 jpush-react-native文档,及这篇博客 react native极光推送全程教程android和ios

Android

注意事项

  1. 如下图所示,如果你的SDK Tools中的Google Play Service版本比较新,你需要更改第三方插件( react-native-maps )中的一些参数:

Alt text

在node_modules/react-native-maps/Android目录下,修改build.gradle文件中的dependences为如下内容: Alt text

dependencies {
   compile 'com.facebook.react:react-native:+'
-  compile "com.google.android.gms:play-services-base:9.0.4"
-  compile 'com.google.android.gms:play-services-maps:9.0.4'
+  compile "com.google.android.gms:play-services-base:10.0.1"
+  compile 'com.google.android.gms:play-services-maps:10.0.1'
}
react-native run-android

iOS

注意事项

  1. iOS真机调试无法开启dev菜单,可能跟Libraries有关,在模拟器上可以使用开发者菜单进行调试。(对原生不太熟悉,暂时没有解决)
react-native run-ios
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].