Muhammad Usman Malik

Results 11 comments of Muhammad Usman Malik

> You can use `transform` to change the checkbox dimensions. like below: > > ``` > style={{ transform: [{ scaleX: 0.8 }, { scaleY: 0.8 }] }} > /> >...

i am still facing the same issue and I'm also wrap my RBSheet component inside the main component.

apply your own values in dataset

I am facing the same issue my graph is cutting from x-axis when I ![graph](https://user-images.githubusercontent.com/57403996/176701425-779a8394-5331-4fa0-9af0-2551e499a27b.jpeg) have large values, did you find the solution? @Girum

hey @gabrielew can you please guide me how you use the unit on top om y-axis rather than the unit showing with each y labels, I need to do this...

Well later I found the solution, you need to put your LineChartKit component under your ScrollView component and mention the horizontal prop to true

After scratching my head for hours, I find this solution that worked for me. 1: Go to your AndroidManifest.xml file update the property from this (android:windowSoftInputMode="adjustResize") to this (android:windowSoftInputMode="stateAlwaysHidden|adjustPan"). 2:...

hey, @chriteixeira can you please tell me the exact code which you changed in your build.gradle file, I am having the same issue.

> Thanks for the solution, just a little change what I did is to add a third argument **true (boolean value)** in SplashScreen.show method

> Any update on this? facing similar issue > > "react": "18.2.0", "react-native": "0.71.8", "react-native-camera": "^4.2.1" Yes I found the solution, you need to add this line in **defaultConfig** block...