UNPKG

rn-toastify

Version:

A customizable and performant toast notification library for React Native, featuring smooth animations, swipe gestures, and flexible styling options.

15 lines (14 loc) 500 B
module.exports = { preset: 'react-native', testEnvironment: 'node', collectCoverage: true, collectCoverageFrom: ['src/**/*.{ts,tsx}'], setupFilesAfterEnv: [ '@testing-library/jest-native/extend-expect', './jest.setup.js' ], transformIgnorePatterns: [ 'node_modules/(?!(jest-)?react-native|@react-native|@react-navigation|@react-native-community|@expo)', ], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], };