chore: initial commit
This commit is contained in:
12
babel.config.js
Normal file
12
babel.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
overrides: [
|
||||
{
|
||||
exclude: /\/node_modules\//,
|
||||
presets: ['module:react-native-builder-bob/babel-preset'],
|
||||
},
|
||||
{
|
||||
include: /\/node_modules\//,
|
||||
presets: ['module:@react-native/babel-preset'],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user