{"id":18905958,"url":"https://github.com/sealinesun/react-native-chat-map","last_synced_at":"2026-04-06T02:34:13.560Z","repository":{"id":138764736,"uuid":"496349224","full_name":"sealinesun/React-Native-chat-map","owner":"sealinesun","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-25T18:38:40.000Z","size":9428,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T12:42:46.185Z","etag":null,"topics":["java","javascript","objective-c","other","python","react-native","ruby","shell"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sealinesun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-05-25T18:37:56.000Z","updated_at":"2022-06-06T11:30:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"32485ee8-08fc-46de-b08e-a241a70fd30a","html_url":"https://github.com/sealinesun/React-Native-chat-map","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sealinesun/React-Native-chat-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sealinesun%2FReact-Native-chat-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sealinesun%2FReact-Native-chat-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sealinesun%2FReact-Native-chat-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sealinesun%2FReact-Native-chat-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sealinesun","download_url":"https://codeload.github.com/sealinesun/React-Native-chat-map/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sealinesun%2FReact-Native-chat-map/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31457722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["java","javascript","objective-c","other","python","react-native","ruby","shell"],"created_at":"2024-11-08T09:14:10.717Z","updated_at":"2026-04-06T02:34:13.544Z","avatar_url":"https://github.com/sealinesun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vediohead\nVediohead is a decentralised mobile-only social media platform. It allows its users to earn cryptocurrency through app usage and sale of anonymised data.\n\n## Vediohead Mobile App\nPlease read this before going through the code.\n\n### What is this repository for?\n* This is the repository for Vediohead's mobile app using React Native. The application is to be made available on both Android and iOS platforms.\n* This repository is made private and public forking is **not allowed**.\n* The current version stands at 1.1.0. Please refer to CHANGELOG.md for details.\n* [Learn Markdown.](https://bitbucket.org/tutorials/markdowndemo)\n\n### Who do I talk to?\n* For issues or requests, please contact [k@vediohead.com](mailto:k@vediohead.com) for clarifications.\n\n### Installation\n* Firstly, do a checkout of another repository titled 'vediohead-backend-mobile', install and run the Swagger project.\n* Once it is successfully running, please proceed with doing the checkout of this repository and run this command at the end.\n\n      npm install\n\n#### Run an iOS demo using Xcode\n* Navigate to the `ios` subfolder and run the following commands to install the required pod files for Xcode.\n\n      pod repo update\n      pod install\n\n* Run Xcode.app and open up the `ios` subfolder. Build and start the iOS Simulator. Enjoy!\n\n#### Run an Android demo using Genymotion\n* See [installation guide.](https://github.com/codepath/android_guides/wiki/Genymotion-2.0-Emulators-with-Google-Play-support)\n* Run Genymotion and set up an Android virtual device.\n* Always start Genymotion before running the React Native command.\n\n      react-native run-android\n\n_ _ _ _\n\n### Troubleshooting\nThis section will provide all, if not some, help to resolve issues encountered while building and running the app demo.\n\n##### Issue 1: Dependency graph loading stuck at 0%\n\n    Loading dependency graph...\n    Bundling `index.ios.js`  [development]  ░░░░░░░░░░░░░░░░  0.0% (0/1)\n\nThe issue may lie with [Watchman not working properly.](https://github.com/facebook/react-native/issues/15332) Run the following command to fix it. Re-installation of Watchman should help if the issue persists.\n\n    launchctl unload -F $HOME/Library/LaunchAgents/com.github.facebook.watchman.plist\n\n##### Issue 2: App stuck at splash screen\n\nThe issue may lie with the database connection failing to establish via the Swagger API helper. Do check to see if the Swagger project or `vediohead-backend-mobile` is running concurrently.\n\n##### Issue 3: BUILD FAILED message encountered\n\n    ** BUILD FAILED **\n\nChange directory to `ios`, run updates, remove existing `pods` folder before installing from `Podfile`.\n\n    pod repo update\n    rm -rf pods\n    pod install\n\n##### Issue 4: 'FBSDKCoreKit/FBSDKCoreKit.h' file not found\n\nThe issue may lie with missing files from FacebookSDK due to the `Framework Search Paths` setting not pointing to the correct directory. See [Step 3: Add SDK to Project.](https://developers.facebook.com/docs/ios/getting-started/)\n\n##### Issue 5: BackAndroid is deprecated\n\nThe issue will be resolved when the app is running in a production environment.\n\n##### Issue 6: Missing links for packages installed\n\nDO NOT run the following generic command when the added package fails to compile.\n\n    react-native link\n\nInstead, always specify the affected package in particular while running the link command. If the issue persists, attempt to uninstall and install the affected package.\n\n    react-native link \u003cpackage-name\u003e\n    npm uninstall \u003cpackage-name\u003e\n    npm install \u003cpackage-name\u003e\n\n##### Issue 7: Apple Mach-O Linker Error\n\n    Apple Mach-O Linker Error - Linker command failed with exit code 1\n\nWhile compiling the iOS app onto an iPhone device, the above error may occur. In this instance, the issue can be resolved by reinstalling the CocoaPods used.\n\nInstall both CocoaPods:\n\n    sudo gem install cocoapods-deintegrate\n    sudo gem install cocoapods-clean\n\nRun this inside the folder of the project:\n\n    pod deintegrate\n    pod clean\n\nModify your podfile to delete any unused CocoaPods before installing:\n\n    pod install\n\n##### Issue 8: No response observed from bids made on the app\n\nEnsure that the MongoDB server version is at 3.4.x for the bidding system to work properly.\n\n    brew search mongo\n    brew install mongodb@3.4\n    brew unlink mongodb\n    brew link --force mongodb@3.4\n    brew unlink mongodb@3.4\n    brew link mongodb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsealinesun%2Freact-native-chat-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsealinesun%2Freact-native-chat-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsealinesun%2Freact-native-chat-map/lists"}