Rafael Melo

Results 10 comments of Rafael Melo

Very useful, was going to implement it, thank you

I think this could be helpful

The culprit seems to be this line here https://github.com/facebook/react-native/blob/c0d8c1db9077d08c3832b23e959bf70ad204307d/Libraries/Linking/Linking.js#L88 `InteractionManager.runAfterInteractions` takes too long and `Linking.getInitialURL` never resolves the desired effect! After removing it it worked 100% of the times, so...

I'm not using Expo SDK, maybe that's what different. Here it works!

Jest started complaining and now changed solution to ``` export function getInitialURLOverride() { if (Platform.OS === 'android') { const NativeLinking = require('react-native/Libraries/Linking/NativeLinking').default; NativeLinking.getInitialURL().then(url => url && handleDeepLink({ url })); }...

I'm having the same issue! In firefox the error says Image truncated... But is the same issue

this seems a issue on all Apple Sillicon Macbooks and this extension https://github.com/getcursor/cursor/issues/1703#issuecomment-2568463615

hello, sorry but I didnt see it was already in progress and I opened a PR, I can close if it is already done! https://github.com/instill-ai/instill.tech/pull/679