{"id":20974164,"url":"https://github.com/thirdweb-example/expo-starter","last_synced_at":"2025-05-14T12:31:05.058Z","repository":{"id":241032013,"uuid":"804077116","full_name":"thirdweb-example/expo-starter","owner":"thirdweb-example","description":"Starter kit to build with Expo and thirdweb without additional initial configuration.","archived":false,"fork":false,"pushed_at":"2025-05-09T00:08:55.000Z","size":5397,"stargazers_count":32,"open_issues_count":6,"forks_count":19,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-09T01:20:43.681Z","etag":null,"topics":["expo","react-native","starter-kit","starter-template","thirdweb","thirdweb-sdk","thirdwebsdk","web3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/thirdweb-example.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,"zenodo":null}},"created_at":"2024-05-21T23:05:58.000Z","updated_at":"2025-05-01T20:51:13.000Z","dependencies_parsed_at":"2024-09-15T08:27:55.121Z","dependency_job_id":"06cd4494-a671-431a-b629-a9d5e1ccfe39","html_url":"https://github.com/thirdweb-example/expo-starter","commit_stats":null,"previous_names":["thirdweb-example/expo-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thirdweb-example%2Fexpo-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thirdweb-example%2Fexpo-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thirdweb-example%2Fexpo-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thirdweb-example%2Fexpo-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thirdweb-example","download_url":"https://codeload.github.com/thirdweb-example/expo-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254142217,"owners_count":22021481,"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":["expo","react-native","starter-kit","starter-template","thirdweb","thirdweb-sdk","thirdwebsdk","web3"],"created_at":"2024-11-19T04:26:55.191Z","updated_at":"2025-05-14T12:31:05.052Z","avatar_url":"https://github.com/thirdweb-example.png","language":"TypeScript","readme":"![Banner](https://github.com/thirdweb-example/thirdweb-auth-express/assets/17715009/06383e68-9c65-4265-8505-e88e573443f9)\n# thirdweb expo starter\n\nStarter template to build an onchain react native app with [thirdweb](https://thirdweb.com/) and [expo](https://expo.dev/).\n\n### Features\n\n- in-app wallets using phone number, email or social logins to create a wallet for the user\n- smart accounts to sponsor gas\n- connecting to external wallets like MetaMask via WalletConnect\n- autoconnecting to the last connected wallet on launch\n- reading contract state and events\n- writing to the blockchain\n\n## Installation\n\nInstall the template using [thirdweb create](https://portal.thirdweb.com/cli/create)\n\n```bash\n  npx thirdweb create app --react-native\n```\n\n## Get started\n\n1. Install dependencies\n\n```bash\nyarn install\n```\n\n2. Get your thirdweb client id\n\nRename the `.env.example` file to `.env` and paste in your thirdweb client id.\n\nYou can obtain a free client id from the [thirdweb dashboard](https://thirdweb.com/dashboard/settings).\n\n3. Prebuild the ios and android directories\n\n\n\u003e [!IMPORTANT]  \n\u003e The thirdweb SDK uses native modules, which means it cannot run on expo GO. You must build the ios and android apps to link the native modules.\n\n```bash\nnpx expo prebuild\n```\n\nThis will create the `ios` and `android` directories.\n\n4. Start the app\n\n```bash\nyarn ios\n```\n\nor\n\n```bash\nyarn android\n```\n\nTo run this app, you'll need either:\n\n- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)\n- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)\n\n## Troubleshooting\n\n### OpenSSL Error on Xcode 16\n\nIf using xcode 16, you may encounter a OpenSSL error when trying to build the app. This is because xcode 16 requires a newer version of OpenSSL than the one specified in the current app.json.\n\nTo fix this, change the version of OpenSSL specified in the `app.json` file to `3.3.2000`.\n\n- Open the `app.json` file\n- Find the `ios` \u003e `extraPods` section\n- Set `\"version\": \"3.3.2000\"` for the `OpenSSL-Universal` pod\n- Save the file\n\nThen run `npx expo prebuild` to update the native modules with the new OpenSSL version and run the app again.\n\n## Additional Resources\n\n- [Documentation](https://portal.thirdweb.com/typescript/v5)\n- [Templates](https://thirdweb.com/templates)\n- [YouTube](https://www.youtube.com/c/thirdweb)\n\n## Support\n\nFor help or feedback, please [visit our support site](https://thirdweb.com/support)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthirdweb-example%2Fexpo-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthirdweb-example%2Fexpo-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthirdweb-example%2Fexpo-starter/lists"}