analytics-react-native version: "2.21.3"
- Integrations versions (if used):
- React Native version: 0.82.0
- iOS or Android or both: Android
Steps to reproduce
open app with deeplink, app crash
adb shell am start -W -a android.intent.action.VIEW -d "foo://magic/bar" com.foooo.app
config trackDeepLinks: false is not working
createClient({
//...
trackDeepLinks: false,
});
Expected behavior
Actual behavior
