Skip to content
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const nextConfig = {
},

webpack: (config) => {
config.resolve.alias = {
...config.resolve.alias,
config.resolve.fallback = {
...config.resolve.fallback,
"@react-native-async-storage/async-storage": false,
};
return config;
Expand Down
Loading