We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7da33 commit 1cd99e6Copy full SHA for 1cd99e6
packages/react-native-bottom-tabs/babel.config.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
presets: [
3
- 'module:@react-native/babel-preset',
4
['module:react-native-builder-bob/babel-preset', { modules: 'commonjs' }],
5
],
+ plugins: ['@react-native/babel-plugin-codegen'],
6
};
0 commit comments