Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/client/ui/react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,19 @@ EXPO_PUBLIC_CROSSMINT_API_KEY=your_api_key_here
}
```

### 🚀 Production Setup

When moving to production, ensure you:

1. Create a [production API key](https://docs.crossmint.com/introduction/platform/api-keys/client-side)
2. **Important**: Add your mobile app identifiers to the production API key:
- iOS: Bundle ID (e.g., `com.company.appname`)
- Android: Package name (e.g., `com.company.appname`)

**Note**: Production requires mobile app identifier whitelisting, unlike staging. Make sure to complete this step to avoid request failures in production.

See [Mobile App Identifiers documentation](https://docs.crossmint.com/introduction/platform/api-keys/client-side#mobile-app-identifiers) for complete setup instructions.

## 📚 Examples & Documentation

- **[Wallets Expo Quickstart](https://github.com/Crossmint/wallets-expo-quickstart)** - Create and interact with Crossmint wallets using Crossmint Auth for React Native.
Expand Down