SDK Installation
Detour provides a React Native SDK (@swmansion/react-native-detour) compatible with Expo and bare React Native projects.
SDK Usage
Initialize provider in root of your app
API Reference
DetourProvider
Custom Storage
By default, this library attempts to use @react-native-async-storage/async-storage to persist the "first entrance" flag. However, you can inject your own storage implementation.
Testing & Troubleshooting
There are known limitations for testing flow during implementations. It's not possible to test the full flow of deferred links and universal app links unless your app is already in Play Store / App Store.