April Mintac Pineda

Results 80 comments of April Mintac Pineda

> hi @aprilmintacpineda , may I ask if you have fixed or any solution regarding this? thanks Hi, sorry but I didn't have any.

This is what I did: ``` rm -rf yarn.lock node_modules yarn yarn add @dudigital/react-native-zoomable-view ``` Result: ``` error An unexpected error occurred: "expected hoisted manifest for \"@dudigital/react-native-zoomable-view#react-native#@react-native-community/cli#@react-native-community/cli-hermes\"". ```

> This is what I did: > > ``` > rm -rf yarn.lock node_modules > yarn > yarn add @dudigital/react-native-zoomable-view > ``` > > Result: > > ``` > error...

> Thanks for trying it out. > Can you provide more details about your project? > > Did you add react-native-zoomable-view for the first time or upgrade? > Do you...

This is also happening to our app, it works until 6 slices, but once you add the 7th slice the order gets distorted. It only happens on android but not...

@HadisSharif maybe you should renamed this to "PieChart shows incorrect order"

Got it, it's because of this https://github.com/JesperLekland/react-native-svg-charts/blob/dev/src/pie-chart.js#L196 remove that and everything will be fine EDIT: If you're going to ask how I removed it, i removed it using patch-package.

I have experienced this but not only on elements with position relative. My contents are dynamic and I am using a [inferno-js](https://github.com/infernojs/inferno) on the frontend. The site I'm developing doesn't...