UNPKG

react-native-firebase-for-netmera

Version:
25 lines (24 loc) 372 B
module.exports = { env: { development: { presets: [ [ '@invertase/react-native-syntax', { flow: 'comment', }, ], ], }, publish: { presets: [ [ '@invertase/react-native-syntax', { flow: 'strip', }, ], ], }, }, };