https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 175c74a9fc31e5b0354336da2bb59334fe5d949d authored by Nishan Bende on 08 November 2021, 10:52:04 UTC
fix: onchange not triggering in menu option group
Tip revision: 175c74a
storybook.test.js
import initStoryshots from '@storybook/addon-storyshots';

jest.useFakeTimers();
initStoryshots();
back to top