UNPKG

react-native-sqlite-helper

Version:

react-native-sqlite-helper is based on andpor/react-native-sqlite-storage

8 lines (7 loc) 256 B
module.exports = { presets: [ 'module:metro-react-native-babel-preset', // transform react-native code ['@babel/preset-env', { targets: { node: 'current' } }], // Configure Babel to target your current version of Node ], sourceMaps: true, };