Balogun Wahab
Balogun Wahab
Here's my solution, I hope it helps someone. ``` jest.mock('axios', () => ({ get: jest.fn(), })); describe('Test Middleware', () => { const localVue = createLocalVue(); // Add axios to the...
Setting picker as one of the field options causes this error. I got it fixed using a not recommended way. open > node_modules\react-native-form-builder\src\fields\picker\index.js Goto line 25 `` Comment those line...
You can use this https://www.npmjs.com/package/@03balogun/react-native-skeleton-content pending the time the issue is resolved.
> Thanks for the PR. Any reason to make this a prop instead of updating the hitSlop to an appropriate value? Even a prop is added, I think it makes...