Aldilaputra
Aldilaputra
Try to return a number instead of `null`. ``` 0} ... /> ``` The [`y`](https://github.com/FormidableLabs/victory/blob/fb7eba3cdc84722287629606ff5e698daab12755/packages/victory-core/src/victory-util/common-props.tsx#L32) prop should return type of [`DataGetterPropType`](https://github.com/FormidableLabs/victory/blob/fb7eba3cdc84722287629606ff5e698daab12755/packages/victory-core/src/types/prop-types.ts#L139) which is `string | string[] | number | number[]`.
Have you tried to unwrap `` from ``? ``` ... ... ```
The `` is accumulating your `y` values, that's why your `y = 3` coordinate is exceeding it's original value. ``` const data1 = [{ x: 1, y: 2 }, {...
@skanwarjeet try using transparent background for the `` fill style. For example: `fill: 'rgba(255,0,0,0.5)'` ``` ```
Have you tried disabling `` when the picker is open? ``` setIsPressed(true)} >... ``` With that, you can remove both `onMomentumScrollBegin` and `onMomentumScrollEnd` in your `scrollViewProps`. ``` ```
I hope this help ``` ``` * Also, posting a bit of your code may help others breakdown your problem
The error is not related to this plugin. It's because you called the `onPickScreen` method directly. ``` JS showToast("Reservation process failed "," please rescan it ","error", props.onPickScreen('Bar')) // ^ This...
Hi @michalchudziak Here's the repro link https://github.com/vozaldi/repro-rngeolocation-209 I'm using Android 9 emulator (API 28). At first I installed v2.1.0 and tested `Geolocation.getCurrentPosition()` method, which runs as expected. And then I...
This patch works well
I have used the latest update which already has fix for this PR