UNPKG

@meddly/rn-vision-camera

Version:

- **Follow setup instructions for the following libraries** - [react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera) - [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) - [react-nati

19 lines (18 loc) 430 B
module.exports = { presets: ['module:@react-native/babel-preset'], plugins: [ 'react-native-reanimated/plugin', // Must go last! 'react-native-worklets-core/plugin', [ 'module-resolver', { root: ['./src'], extensions: ['.js', 'jsx', '.ts', '.tsx', '.json'], alias: { tests: ['./tests/'], '@components': './src/components', }, }, ], ], };