We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54130c commit 888aec3Copy full SHA for 888aec3
1 file changed
src/setup/hybridApp/index.native.ts
@@ -1,8 +1,8 @@
1
import {Linking} from 'react-native';
2
import Navigation from '@navigation/Navigation';
3
+import {openReportFromDeepLink} from '@userActions/Report';
4
import CONFIG from '@src/CONFIG';
5
import type {Route} from '@src/ROUTES';
-import {openReportFromDeepLink} from '@userActions/Report';
6
7
if (CONFIG.IS_HYBRID_APP) {
8
Linking.addEventListener('url', (state) => {
0 commit comments