Some checks failed
forgejo/Procyon/procyon/pipeline/head There was a failure building this commit
4 lines
152 B
JavaScript
4 lines
152 B
JavaScript
module.exports = {
|
|
presets: ['@babel/preset-env', '@babel/preset-react', '@babel/preset-typescript'],
|
|
plugins: ['react-native-reanimated/plugin'],
|
|
};
|