Patrik Horváth

Results 13 comments of Patrik Horváth

> Had the same problem on android 10 using Expo Workflow: managed > > SDK 44 expo 44.0.4 expo-camera 12.1.2 react 17.0.1 react-native 0.64.3 expo-cli 5.3.0 > > Installing expo-barcode-scanner...

anyone found solution ? is there yay to show Tooltip onClick event inside "VictoryVoronoiContainer" ?, cuz "event" is not triggering ... ```tsx } /> ```

its simple you all miss this part, tested on expo 43, 44 all works without any problem 👉Install react-native-webview on your own! 👉Install expo-file-system on your own! 👉Install expo-constants on...

> ![image](https://user-images.githubusercontent.com/26744799/150846977-7a97c826-4a8f-43e3-a158-e5ea93cb650e.png) > > I do it like u suggest, still got the same error: > > ![image](https://user-images.githubusercontent.com/26744799/150847118-47beee9f-1b99-4984-89c5-8a41b54aa0cc.png) > > So you using expo, then you should also using yarn...

> that does the trick. Thanks a lot. I also had to change the environment from ubuntu to windows since it is not easy to run yarn on ubuntu. but...

for me this helper add this styles to your ```Screen``` opntions ``` cardStyle: { backgroundColor: 'transparent' }, cardStyleInterpolator: ({current}) => { return { cardStyle: { opacity: current.progress, backgroundColor: 'transparent' }...

> This is still an issue, please remove stale label. if u want you can use onAnimate to HOTFIX this, its only option in our project, sadly this "fix" or...

> This is the updated version. https://github.com/marcuzgabriel/react-native-reanimated-skeleton nah, its not for expo, it uses ``react-native-linear-gradient`` ... and not ``expo-linear-gradient`` ...

> @Engazan. Isn't it possible to switch out expo-linear-gradient package with react-native-linear-gradient or does expo not support that? I m not sure but it contains iOS and android folders witch...