{"id":18981096,"url":"https://github.com/myxvisual/react-capacitor-starter","last_synced_at":"2025-07-16T08:45:59.168Z","repository":{"id":79444766,"uuid":"439660809","full_name":"myxvisual/react-capacitor-starter","owner":"myxvisual","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-20T06:52:41.000Z","size":639,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T09:18:47.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/myxvisual.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":"2021-12-18T16:20:17.000Z","updated_at":"2021-12-20T06:52:44.000Z","dependencies_parsed_at":"2023-09-09T11:46:16.054Z","dependency_job_id":null,"html_url":"https://github.com/myxvisual/react-capacitor-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myxvisual/react-capacitor-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myxvisual%2Freact-capacitor-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myxvisual%2Freact-capacitor-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myxvisual%2Freact-capacitor-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myxvisual%2Freact-capacitor-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myxvisual","download_url":"https://codeload.github.com/myxvisual/react-capacitor-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myxvisual%2Freact-capacitor-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265497986,"owners_count":23777093,"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":[],"created_at":"2024-11-08T16:08:41.571Z","updated_at":"2025-07-16T08:45:59.151Z","avatar_url":"https://github.com/myxvisual.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Capacitor Starter\n\nhttps://capacitorjs.com/docs/config\nhttps://capacitorjs.com/docs/apis\nhttps://capacitorjs.com/docs/cli\nhttps://developer.android.com/studio/build/building-cmdline\nhttps://github.com/ionic-team/native-run/wiki/Android-Errors\nhttps://github.com/ionic-team/capacitor-assets\n\n```sh\nnpm install @capacitor/cli\nnpm install @capacitor/core\nnpm install @capacitor/ios\nnpm install @capacitor/android\n\nnpx cap init react-capacitor-stater com.example.appname --web-dir=build\n\nnpx cap add android\nnpx cap add ios\n```\n\nbuild.gradle\n```js\n\nbuildscript {\n    repositories {\n        maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }\n        maven { url 'https://maven.aliyun.com/repository/google' }\n        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }\n        maven { url 'https://maven.aliyun.com/repository/jcenter' }\n        // google()\n        // jcenter()\n    }\n    dependencies {\n        classpath 'com.android.tools.build:gradle:4.2.1'\n        classpath 'com.google.gms:google-services:4.3.5'\n    }\n}\n\nallprojects {\n    repositories {\n        maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }\n        maven { url 'https://maven.aliyun.com/repository/google' }\n        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }\n        maven { url 'https://maven.aliyun.com/repository/jcenter' }\n        // google()\n        // jcenter()\n    }\n}\n\n```\n\napp/build..gradle\n```sh\nandroid {\n    splits {\n        // Configures multiple APKs based on ABI.\n        abi {\n            // Enables building multiple APKs per ABI.\n            enable true\n\n            // By default all ABIs are included, so use reset() and include to specify that we only\n            // want APKs for x86 and x86_64.\n\n            // Resets the list of ABIs that Gradle should create APKs for to none.\n            reset()\n\n            // Specifies a list of ABIs that Gradle should create APKs for.\n            include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'\n\n            // Specifies that we do not want to also generate a universal APK that includes all ABIs.\n            universalApk false\n        }\n    }\n}\n\n```\n\n## ENV\n```sh\nJAVA_HOME\njava -version\n\ngradlew\n\n# Android Studio, on top right corner option select \"SDK Manager\".\n# Support latest Android SDK 31\nANDROID_SDK_ROOT\n\n# ANDROID_SDK_ROOT/emulator\nemulator -list-avds\nemulator -avd avd_name\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyxvisual%2Freact-capacitor-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyxvisual%2Freact-capacitor-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyxvisual%2Freact-capacitor-starter/lists"}