{"id":20840322,"url":"https://github.com/zv3/xenapp","last_synced_at":"2026-04-16T09:33:58.408Z","repository":{"id":108916660,"uuid":"164343821","full_name":"zv3/XenApp","owner":"zv3","description":"XenForo native app for iOS and Android","archived":false,"fork":false,"pushed_at":"2018-11-30T11:53:40.000Z","size":2760,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T21:18:34.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zv3.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-01-06T20:42:55.000Z","updated_at":"2022-03-30T03:28:25.000Z","dependencies_parsed_at":"2023-04-21T02:44:33.780Z","dependency_job_id":null,"html_url":"https://github.com/zv3/XenApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zv3/XenApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zv3%2FXenApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zv3%2FXenApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zv3%2FXenApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zv3%2FXenApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zv3","download_url":"https://codeload.github.com/zv3/XenApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zv3%2FXenApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-18T01:15:56.620Z","updated_at":"2026-04-16T09:33:58.392Z","avatar_url":"https://github.com/zv3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"XenApp\n---------\n[XenForo](https://xenforo.com) native app for Android \u0026 iOS using [React Native](https://facebook.github.io/react-native)\n\nThis is __NOT__ official app by XenForo Company.\n\n## XenForo support versions:\n\n* 1.5.x\n* 2.0.x\n* 2.1.x (not ready yet)\n\n## Table of Contents:\n\n* [Installation](#installation)\n    * [Requirements](#requirements)\n    * [MacOS](#mac-os-user)\n    * [Windows](#windows-user)\n* [Configuration](#configuration)\n* [Run on device](#run-on-device)\n* [Contribute node](#contribute-note)\n\nInstallation\n---------------\n\n### MAC OS User:\n\nStep1: You must be install [brew](https://brew.sh) by running the following command:\n\n`/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"`\n\nStep 2: Install NodeJS and other tools by running the following command:\n\n`brew install node watch`\n\nTo make sure the install was successfully just run a few commands to verify it:\n\n* `node -v`: Should be output the version of node\n* `npm -v`: Should be output the version of NPM\n\nStep 3: Install react-native cli in global\n\n`npm install -g react-native-cli`\n\nStep 4: Go to project and run it:\n\n`cd /path/to/this/repo \u0026\u0026 npm run ios`\n\n### Windows User:\n\nStep 1: You must be install [chocolatey](https://chocolatey.org/install), a popular package manager for Windows.\n\nStep 2: Install NodeJS and some other tools\n\n`choco install -y nodejs.install python2 jdk8`\n\nStep 3: Install react-native cli in global\n\n`npm install -g react-native-cli`\n\nStep 4: Go to project and run it:\n\n`cd /path/to/this/repo \u0026\u0026 npm run android`\n\n##### Note:\nOn Window you can only run `android` simulator\n\nConfiguration\n----------------\nCreate new file `Config.js` and save to `/src/` directory.\n\nThere are example:\n```\nexport const CLIENT_ID = \"\";\nexport const CLIENT_SECRET = \"\";\nexport const BASE_URL = \"\";\n\n```\n\nRun on Device\n-----------------\nPlease follow official document: [Running on device](https://facebook.github.io/react-native/docs/running-on-device#3-build-and-run-your-app)\n\nRequirements\n-------------\nYour forum must installed this add-on: https://github.com/xfrocks/bdApi at branch `xenforo2` (this repo for dev only).\nIf you are not developer you can download the add-on for install at: https://xfrocks.com/resources/bd-api-for-xenforo-2-0.36/\n\nContribute Note\n------------------\nBefore create an PR you may run the file `devhelper--precommit.sh` and resolve all issues if have.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzv3%2Fxenapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzv3%2Fxenapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzv3%2Fxenapp/lists"}