react-native-masonry-scrollview
Version:
A React Native Masonry ScrollView that extends the inbuilt ScrollView component
8 lines (7 loc) • 330 B
JavaScript
module.exports = {
preset: "@testing-library/react-native",
verbose: true,
transformIgnorePatterns: [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base)"
]
};