{"id":21338701,"url":"https://github.com/yanglee2421/example","last_synced_at":"2026-05-06T22:37:07.451Z","repository":{"id":196465636,"uuid":"696162187","full_name":"yanglee2421/example","owner":"yanglee2421","description":"Example of Expo App","archived":false,"fork":false,"pushed_at":"2026-03-01T13:07:57.000Z","size":5155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-01T14:43:18.363Z","etag":null,"topics":["expo","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"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/yanglee2421.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-25T08:03:16.000Z","updated_at":"2026-03-01T13:08:00.000Z","dependencies_parsed_at":"2023-10-16T04:35:39.166Z","dependency_job_id":"13bfddf2-3b2b-4c6d-97be-2bea958aede8","html_url":"https://github.com/yanglee2421/example","commit_stats":null,"previous_names":["yanglee2421/rn-tolist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yanglee2421/example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanglee2421%2Fexample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanglee2421%2Fexample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanglee2421%2Fexample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanglee2421%2Fexample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanglee2421","download_url":"https://codeload.github.com/yanglee2421/example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanglee2421%2Fexample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32715417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"last_error":"SSL_read: 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":["expo","react-native"],"created_at":"2024-11-22T00:39:40.942Z","updated_at":"2026-05-06T22:37:07.446Z","avatar_url":"https://github.com/yanglee2421.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Expo App\n\n## Installation\n\n[Android Studio Command Line Tools](https://developer.android.google.cn/studio?hl=zh-cn)\n\n```bash\n# Install chocolatey\nSet-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))\n\n# Install JDK\nchoco install -y microsoft-openjdk17\n\n# Add Env ANDROID_HOME %USERPROFILE%\\android_sdk\n# Add Path %ANDROID_HOME%\\cmdline-tools\\latest\\bin\n# Add Path %ANDROID_HOME%\\platform-tools\n# Install Android SDK\nsdkmanager \"platform-tools\" \"build-tools;36.0.0\"\n\n# Install Emulator\nsdkmanager \"emulator\" \"platforms;android-36\" \"system-images;android-36;google_apis;x86_64\"\navdmanager create avd -n iphone -k \"system-images;android-36;google_apis;x86_64\" -d \"pixel\"\nemulator -avd iphone -gpu host\n```\n\n## Build\n\n[Expo Documation](https://docs.expo.dev/guides/local-app-production/)\n\n```bash\n# Generate database migrate sql files\ndrizzle-kit generate\n# Generate native dir by Expo prebuild\nexpo prebuild\ncd ./android\n\n# For .aab\n./gradlew app:bundleRelease\n# For .apk\n./gradlew app:assembleRelease\n```\n\n## Sign\n\n```bash\n# Prepare keystore\nkeytool -genkey -v -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000\n```\n\n```properties\n# android/gradle.properties\nMYAPP_UPLOAD_STORE_FILE=my-upload-key.keystore\nMYAPP_UPLOAD_KEY_ALIAS=my-key-alias\nMYAPP_UPLOAD_STORE_PASSWORD=123456\nMYAPP_UPLOAD_KEY_PASSWORD=123456\n```\n\n```properties\n# android/app/build.gradle\nrelease {\n            if (project.hasProperty('MYAPP_UPLOAD_STORE_FILE')) {\n                storeFile file(MYAPP_UPLOAD_STORE_FILE)\n                storePassword MYAPP_UPLOAD_STORE_PASSWORD\n                keyAlias MYAPP_UPLOAD_KEY_ALIAS\n                keyPassword MYAPP_UPLOAD_KEY_PASSWORD\n            }\n        }\n\nsigningConfig signingConfigs.release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanglee2421%2Fexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanglee2421%2Fexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanglee2421%2Fexample/lists"}