Tomasz Sapeta
Tomasz Sapeta
Cool, thanks again for this new feature! I'll try to publish it later this week 😉 > Curious about how you will handle automatic conversions like this. Seems like currently...
Looks like https://github.com/expo/expo/issues/3874#issuecomment-481459231 is the solution. Closing it then 🙂
I don't give a guarantee this canary is usable and works fine, but you can try 😉 It's been released with all the other packages, it's what our publish script...
Then I think it should be fixed on React Native side, because from what you're saying there are public headers that import private ones? That shouldn't happen. And I guess...
Yeah, option 3 sounds good enough for me. The current flow is not really a problem for the other packages and I agree implementing it well is a bit complex...
Don't forget to add something to the changelog 😉
> Do you think we should add a CLI option to select a specific template or even just use latest instead of current major? Perhaps we don't need it. For...
I suspect the issue might be caused by using [`[RCTBridge currentBridge]`](https://github.com/software-mansion/react-native-reanimated/blob/7e1a19ed8190763456e96939eec71c2528c1eed4/apple/REAModule.mm#L284) as I pointed out here: https://github.com/software-mansion/react-native-reanimated/pull/5901#discussion_r1567743828 The dev client launcher has its own bridge and I guess `currentBridge` returns...
@sync It seems to be a different issue, probably on the Expo side this time – we'll investigate this.
I'm reopening it for visibility. We'll take a look, but I doubt it's possible to obtain a current location in the case you described. If your app is crashing on...