Tyler Scott Williams

Results 241 comments of Tyler Scott Williams
trafficstars

@delphinebugner - I was able to get your reproduce app to work (as in, to get the bug reproduction). I had to run this in `apps/example`: ```sh npx expo install...

@delphinebugner - I have confirmed that [this patch into React Native](https://github.com/facebook/react-native/commit/91d034533e9f52232b351bb88b2ae7b48704e68f) will fix the issue on your reproducer. Here are my debugging steps from tonight: https://www.notion.so/RN-iOS-Utilities-Issue-21-Debuggin-20412393824d80de9977ff285c9cd3e3?source=copy_link I'll submit a PR...

Ah I see. I think we'll need to update https://github.com/dominicstop/react-native-ios-context-menu/blob/master/package.json over in a different repo.

Looks like there's an open issue for that: https://github.com/dominicstop/react-native-ios-context-menu/issues/127 Unimplemented component: · Issue #127 · dominicstop/react-native-ios-context-menu

Hey folks - once we merge and ship https://github.com/infinitered/react-native-mlkit/pull/233, I'll try to reproduce this one again and see if it's still an issue on latest. We changed up an Expo...

Hey folks, I think you may just be using an incompatible Java version. I was not able to reproduce this locally, but based on the error message, I presume you've...

Ooh that's not fun! I will definitely work to investigate, although it looks like that error is coming from MobX itself (the two libraries prefix our error messages differently). Either...

Still waiting for EAS build on my free account, but I will say that React Navigation [has always recommended against using non-serializable values in navigation params, even in v6](https://reactnavigation.org/docs/troubleshooting/#i-get-the-warning-non-serializable-values-were-found-in-the-navigation-state). While...

Hey @jrmyio - I'm sorry about the mixup this caused on your end. That's the trouble with breaking changes. I'm inclined to agree with @thegedge here (we talked about it...

Hey @abbasiArbisoft - sorry it's been so long. We can take a look at the API for this. I don't think the modules support it as they are today, so...