Akash Chavda

Results 5 issues of Akash Chavda

Hey @prevwong I have a parent component which consists of text box for changing value. And my all child component is draggable so they are in tag while I change...

Hello, @mohitk05 I am using your package in my project and it's working perfectly fine when I have to display a single screen as per your demo. Now I've multiple...

@djchie I am using your package and it's working fine but I have an issue when I try to use `FontAwesome 5` from react-native-vector-image. ``` setStarCount(rating)} fullStarColor={colors.yellow} halfStarColor={colors.yellow} emptyStarColor={colors.yellow} />...

I use `BarChart` in my app in which I have to change the top bar label and rerender my own custom labels so I tried `formatTopBarValue` in `chartConfig` but this...

Here is one issue with the modal. If we don't have enough height to fit the modal, it is not handling it. Also, I tried to apply some `zIndex` but...