chore(infra): move to monorepo

This commit is contained in:
Krzysztof Moch
2025-01-22 23:18:23 +01:00
parent d6d7e714fe
commit 30d58d3a39
212 changed files with 5596 additions and 4147 deletions
+3 -12
View File
@@ -1,12 +1,3 @@
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 = getConfig(
{
presets: ['module:@react-native/babel-preset'],
},
{ root, pkg }
);
module.exports = {
presets: ['module:@react-native/babel-preset'],
};