Daniel Kuhn
Daniel Kuhn
There's active development for android auto in #2094
> is there any support for Apple CarPlay? @harrymash2006 For CarPlay there's this package which integrates nicely with RNTP: https://github.com/birkir/react-native-carplay/issues/43
@harrymash2006 There's a fully-fledged react native CarPlay example provided by the package: https://github.com/birkir/react-native-carplay/tree/master/apps/example Integrating the package boils down to * adding a useEffect somewhere in your app that listens to...
For iPads the `UIRequiresFullScreen` flag needs to be set in order for the `supportedInterfaceOrientationsForWindow`-method (used by this package) to get called: https://stackoverflow.com/questions/35274428/supportedinterfaceorientations-not-called-in-ipad Caveat: Setting this flag disabled multitasking support on...
See #126 For iPads the `UIRequiresFullScreen` flag needs to be set in order for the `supportedInterfaceOrientationsForWindow`-method (used by this package) to get called: https://stackoverflow.com/questions/35274428/supportedinterfaceorientations-not-called-in-ipad Caveat: Setting this flag disabled multitasking...
The solution outlined in [this comment](https://github.com/facebook/react-native/issues/39296#issuecomment-1707525728) is outdated and does not help.
Hi @tomekzaw , please find JS bundle attached. I upgraded to the latest version (RNReanimated 3.8.1) so now the error occurs in line 231833:78 ![Simulator Screenshot - iPhone 15 Pro...
Hi @tomekzaw and @tjzel your help is very much appreciated. So far I've... - rebuilt the bundle (`rm yarn.lock && rm -rf node_modules && yarn cache clean && yarn install`)...
It works! Awesome, thanks a ton you guys for explaining the problem and providing a working solution. @tjzel : Could you elaborate a little bit about what the resolver instruction...