Max Magee

Results 10 comments of Max Magee

@qmatteoq and @sanjeevjadhav15 is this something you might have some insight into? I think there's a min react-native-windows version somewhere that is causing issues here? Sorry I can't be more...

@jonthysell, I tried the work-around with the Directory.Build.props and didn't have any success. Could you suggest/drop a pull request in this project with the experimental.props change you suggested (I don't...

I think this issue is related to the react-native-reanimated bug in versions 2.x, the only solution we've found is downgrading to reanimated 1.x. https://github.com/software-mansion/react-native-reanimated/issues/2262 ^ it's that issue, but it...

This issue was fixed in 0.67.14! Hooray! https://github.com/microsoft/react-native-windows/issues/9977#issuecomment-1192903320

We have seen this too, but we think it may be an issue with react-native-reanimated and debugging. https://github.com/software-mansion/react-native-reanimated/issues/2914

Ah, yeah, the problem here is we're dealing with text we don't know in advance, so we want to highlight and make that text clickable when it should be a...

Well, I got it working sort of—still can't copy and paste non-link text, but if they just wanted the link, `onLongPress` can do that now: ` { Clipboard.setString(url); Toast?.show(common_t(['linkCopied'])); }}...

👍 Just another vote for figuring this out for 0.69.2 or 0.70.0, as we need to be able to upgrade in order to fix another issue that has been deferred...

I've resolved the merge conflict in a new PR, but I really don't understand how/why this worked in the first place, so it could use some extra review. @kacyn if...

Unfortunately, I was not the original author, I just resolved the merge conflicts that cropped up months after the original PR. As I say here, I need someone who is...