https://github.com/thirdweb-example/embedded-wallet-custom-ui-react-native
https://github.com/thirdweb-example/embedded-wallet-custom-ui-react-native
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thirdweb-example/embedded-wallet-custom-ui-react-native
- Owner: thirdweb-example
- License: apache-2.0
- Created: 2023-11-06T20:38:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T20:51:03.000Z (over 2 years ago)
- Last Synced: 2023-11-07T03:06:40.777Z (over 2 years ago)
- Language: TypeScript
- Size: 432 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Embedded Wallets with Custom UI
This repo showcases how you can build your own UI to connect users to [embedded wallets](https://portal.thirdweb.com/embedded-wallet) using email or google sign in React Native.

## Getting Started
Clone this project or create a new project using this template:
```bash
npx thirdweb create --template embedded-wallet-custom-ui-react-native
```
You can start editing the screen by modifying `src/App.tsx`.
On `scr/App.tsx`, you'll find our `ThirdwebProvider` wrapping your app, this is necessary for our [hooks](https://portal.thirdweb.com/react) and
[UI Components](https://portal.thirdweb.com/ui-components) to work.
## Environment Variables
To run this project, you will need to add environment variables. Check the `.env` file for all the environment variables required and add it to `.env.local` file or set them up on your hosting provider.
## Runing the project
Install dependencies
```bash
yarn install
```
Run project
```bash
yarn android
```
or
```bash
cd ios && pod install
cd ../ && yarn ios
```
## Learn More
To learn more about thirdweb and React Native, take a look at the following resources:
- [thirdweb Embedded Wallet Documentation](https://portal.thirdweb.com/embedded-wallet) - learn about our Embedded Wallets.
- [thirdweb ReactNative Documentation](https://docs.thirdweb.com/react-native) - learn about our React Native SDK.
- [thirdweb TypeScript Documentation](https://docs.thirdweb.com/typescript) - learn about our JavaScript/TypeScript SDK.
- [thirdweb Portal](https://docs.thirdweb.com) - check our guides and development resources.
- [Templates](https://thirdweb.com/templates)
You can check out [the thirdweb GitHub organization](https://github.com/thirdweb-dev) - your feedback and contributions are welcome!
## Join our Discord!
For any questions, suggestions, join our discord at [https://discord.gg/thirdweb](https://discord.gg/thirdweb).