skip to Main Content

React Native: error | DatePickerIOS not found

I'm trying to run a react native app using Expo Go, but it shows the following error: None of these files exist: * node_modulesreact-nativeLibrariesComponentsDatePickerDatePickerIOS(.native|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.ts|.ts|.native.tsx|.tsx|.native.svg|.svg) * node_modulesreact-nativeLibrariesComponentsDatePickerDatePickerIOSindex(.native|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.ts|.ts|.native.tsx|.tsx|.native.svg|.svg) 15 | import typeof ActivityIndicator from './Libraries/Components/ActivityIndicator/ActivityIndicator'; 16 | import typeof Button from './Libraries/Components/Button';…

VIEW QUESTION

React Native Expo Android build failed: react-native-google-mobile-ads

I want to get a development build in my Expo application. Unfortunately, after upgrading Expo to version 49, I encountered these errors and couldn’t find a solution. > Configure project :react-native-google-mobile-ads :react-native-google-mobile-ads package.json found at /home/expo/workingdir/build/node_modules/react-native-google-mobile-ads/package.json [stderr] FAILURE: Build completed…

VIEW QUESTION
Back To Top
Search