add yml file
RN APK Build / build (push) Failing after 23m47s

This commit is contained in:
2026-04-22 16:07:47 +05:30
commit 6fd0bee8a3
513 changed files with 251121 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
[
'babel-plugin-module-resolver',
{
root: ['./src'],
extensions: [
'.ios.js',
'.android.js',
'.js',
'.jsx',
'.ts',
'.tsx',
'.json',
],
alias: {
crypto: 'react-native-quick-crypto',
stream: 'readable-stream',
buffer: '@craftzdog/react-native-buffer',
},
},
],
[
'react-native-reanimated/plugin',
{
processNestedWorklets: true,
globals: ['__scanImage', '__labelImage'],
},
],
],
};