@storybook/react-native
Version:
A better way to develop React Native Components for your app
9 lines (8 loc) • 383 B
JavaScript
/** @type {import('jest').Config} */
const config = {
preset: 'jest-expo',
transformIgnorePatterns: [
'node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg|storybook/.*|@storybook/.*|uuid)',
],
};
module.exports = config;