mobile: add patches

This commit is contained in:
Ammar Ahmed
2023-12-29 08:53:22 +05:00
committed by Abdullah Atta
parent 5e8c9e4afa
commit 7f0eb0f293
2 changed files with 8949 additions and 0 deletions

View File

@@ -32,6 +32,11 @@ mergedConfig.resolver = {
},
resolveRequest: (context, moduleName, platform) => {
if (moduleName === "node:crypto") {
return {
type: 'empty'
}
}
if (moduleName ==='react') {
// Resolve react package from mobile app's node_modules folder always.
return {

File diff suppressed because it is too large Load Diff