{"id":14974305,"url":"https://github.com/jibenziliao/react-native-app","last_synced_at":"2025-10-18T00:44:16.533Z","repository":{"id":126171666,"uuid":"73691753","full_name":"jibenziliao/react-native-app","owner":"jibenziliao","description":"使用React-Native+Redux开发的交友APP","archived":false,"fork":false,"pushed_at":"2017-03-09T14:36:54.000Z","size":14194,"stargazers_count":32,"open_issues_count":0,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-28T18:42:43.708Z","etag":null,"topics":["react","react-native","react-native-app","react-native-maps","redux"],"latest_commit_sha":null,"homepage":"https://github.com/jibenziliao/react-native-app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jibenziliao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-14T10:06:05.000Z","updated_at":"2024-05-13T11:59:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9092ec2-7718-496f-8dac-eddab55085c2","html_url":"https://github.com/jibenziliao/react-native-app","commit_stats":{"total_commits":518,"total_committers":1,"mean_commits":518.0,"dds":0.0,"last_synced_commit":"8cb2639ef20d319a39732a46a81453fe45784cdf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibenziliao%2Freact-native-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibenziliao%2Freact-native-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibenziliao%2Freact-native-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jibenziliao%2Freact-native-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jibenziliao","download_url":"https://codeload.github.com/jibenziliao/react-native-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861742,"owners_count":16555987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","react-native","react-native-app","react-native-maps","redux"],"created_at":"2024-09-24T13:50:22.252Z","updated_at":"2025-10-18T00:44:11.468Z","avatar_url":"https://github.com/jibenziliao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-app\n\n## 觅友 Meet U\n\n```bash\ngit clone https://github.com/jibenziliao/react-native-app.git\n```\n\n```bash\nnpm install\n```\n\n```bash\nreact-native link\n```\n\n![首页截图](./img/home.gif)\n![寻TA截图](./img/map.gif)\n![相册截图](./img/album.gif)\n\n### 下载地址\n\n    iOS版正在重构，即将上线。\n\n    App小范围试用，短信通道暂时关闭。\n\n    可使用测试账号登录：\n\n    账号：18988888888\n\n    密码：111111\n\n\nAndroid版本已上线Google Play\n\n![Alt text](./img/QR_Code_Android.png)\n\n也可以从[蒲公英](https://www.pgyer.com/Meetyou)下载测试版(两个签名不一样，不能共存)\n\n![觅友 Meet U](./img/QR_Code_PuGongYing.png)\n\n### 说明\n\n1. 插件[react-native-swipe-cards](https://github.com/meteor-factory/react-native-tinder-swipe-cards)0.0.9版本有bug(最新版已改名：[react-native-tinder-swipe-cards](https://github.com/meteor-factory/react-native-tinder-swipe-cards))\n\n      0.0.9版本第95行if判断条件替换为如下内容\n      ``` JavaScript\n      nextProps.cards \u0026\u0026 nextProps.cards.length \u003e 0 \u0026\u0026 (nextProps.cards[0].UserId !== this.props.cards[0].UserId || nextProps.refresh !== this.props.refresh)\n      ```\n\n\n2. react-native版本是0.38.0,不要轻易升级react-native版本。0.39.0、0.39.1、0.39.2在iOS平台跟cocoapods不太兼容,编译各种报错。本人对原生不是很熟悉,所以退而求其次,使用react-native@0.38.0\n\n3. 因集成极光推送插件,xCode需更新到8.2.1版本,以便支持iOS10,在iOS工程target的Build Phases-\u003eLink Binary with Libraries中加入如下库\n\n    \u003e libz.tbd\n      \n    \u003e CoreTelephony.framework\n      \n    \u003e Security.framework\n      \n    \u003e CFNetwork.framework\n      \n    \u003e CoreFoundation.framework\n      \n    \u003e SystemConfiguration.framework\n      \n    \u003e Foundation.framework\n      \n    \u003e UIKit.framework\n      \n    \u003e UserNotifications.framework\n      \n    \u003e libresolv.tbd\n\n    关于极光推送插件详细配置,请参考极光推送插件 [jpush-react-native](https://github.com/jpush/jpush-react-native)文档,及这篇博客 [react native极光推送全程教程android和ios](http://www.jianshu.com/p/e7f81b5e1807)\n\n### Android\n\n#### 注意事项\n1. 如下图所示,如果你的SDK Tools中的Google Play Service版本比较新,你需要更改第三方插件( [react-native-maps](https://github.com/airbnb/react-native-maps) )中的一些参数:\n\n![Alt text](./img/Google_Play_Services.png)\n\n在node_modules/react-native-maps/Android目录下,修改build.gradle文件中的dependences为如下内容:\n![Alt text](./img/build.gradle.png)\n\n```bash\ndependencies {\n   compile 'com.facebook.react:react-native:+'\n-  compile \"com.google.android.gms:play-services-base:9.0.4\"\n-  compile 'com.google.android.gms:play-services-maps:9.0.4'\n+  compile \"com.google.android.gms:play-services-base:10.0.1\"\n+  compile 'com.google.android.gms:play-services-maps:10.0.1'\n}\n```\n\n\n```bash\nreact-native run-android\n```\n\n### iOS\n\n#### 注意事项\n\n1. iOS真机调试无法开启dev菜单,可能跟Libraries有关,在模拟器上可以使用开发者菜单进行调试。(对原生不太熟悉,暂时没有解决)\n\n```bash\nreact-native run-ios\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjibenziliao%2Freact-native-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjibenziliao%2Freact-native-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjibenziliao%2Freact-native-app/lists"}