Stephen Pittman
Stephen Pittman
TypeScript types would be sweet
I got this when trying to get Expo to work with yarn workspaces, using `expo-yarn-workspaces`
Sorry, moved to different project
Agree :+1: replicated using `1.3.0` and `1.3.4`
Any update on this? Or workaround?
Interestingly, `getInitialUrl` works on Google Pixel XL2 but doesn't work on Samsung S9 - both running Android 10. I even changed code to: `import NativeLinking from "react-native/Libraries/Linking/NativeLinking";` `NativeLinking.getInitialURL().then(handleDeepLinking);` (^^ code...
``` "react": "16.9.0", "react-native": "0.61.4", "expo": "^36.0.0", ```
UPDATE: - forking `react-native` and reverting https://github.com/facebook/react-native/pull/24748 did NOT solve the issue - I downgraded Expo SDK from 36 to 35, which moved `react-native` from `0.61.4` back to `0.59.8` which...
> ``` > import NativeLinking from 'react-native/Libraries/Linking/NativeLinking'; > NativeLinking.getInitialURL().then(url => { > handleDeepLink({ url }); > }); > ``` I've tried that earlier > But to no avail... Samsung S9...
For me and team it was device specific. Google Pixel XL2 worked, Samsung S9 didn't. What devices are you testing with, may I ask?