skip to Main Content

If Statement in React Native

I'm having issues writing an If statement in React Native. I'm building the mobile version of my React Js project where I already have the "if" statement but I'm not being able to write it in Native. Here is what…

VIEW QUESTION

How do I debug this error: `error: Error: resolveDependencies: Found duplicate dependency key 'undefined' in <local path to metro bundler>` – RN 0.70 – React native

Doing a React Native update from 0.69.5 to 0.70.3. App is building on both platforms, but when it runs on Metro this error comes up. error: Error: resolveDependencies: Found duplicate dependency key 'undefined' in /Users/LA/Repo/sb-app/index.js at resolveDependencies (/Users/LA/Repo/sb-app/node_modules/@react-native-community/cli-plugin-metro/node_modules/metro/src/DeltaBundler/graphOperations.js:484:13) error: Error:…

VIEW QUESTION
Back To Top
Search