chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
const path = require('path');
|
||||
const { getConfig } = require('react-native-builder-bob/babel-config');
|
||||
const pkg = require('../package.json');
|
||||
|
||||
const root = path.resolve(__dirname, '..');
|
||||
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
|
||||
return getConfig(
|
||||
{
|
||||
presets: ['babel-preset-expo'],
|
||||
plugins: ['react-native-worklets/plugin'],
|
||||
},
|
||||
{ root, pkg }
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user