UNPKG

react-native-floating-label-input

Version:

A simple and customizable React Native TextInput with it's placeholder always shown.

9 lines (8 loc) 286 B
module.exports = { preset: 'react-native', setupFilesAfterEnv: ['./jest.setup.js'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node', 'png'], transformIgnorePatterns: [ 'node_modules/(?!(@react-native|react-native|react-native-reanimated)/)', ], };