Mahmoud AlHajjo
Mahmoud AlHajjo
@abdullahbayram you can add a mock Component in jest.setup.js like this: // jest.setup.js ```jest.useFakeTimers(); jest.mock('react-native-signature-canvas', () => { const React = require('react'); const RealComponent = jest.requireActual( 'react-native-signature-canvas' ) class Signature...
@erksch you can make an infinite scroll like this: ``` const InfiniteWheelPicker = ({ options, selectedIndex, onChange, ...rest }) => { const extendedOptions = [...options, ...options, ...options]; const middleIndex =...
@douglasjunior Thank you for your response. I'd appreciate any updates or an estimated timeline.
@douglasjunior Could you please provide any updates?
I have the same issue, @Ocleos any updates?