Error when running npx create-expo-app – npm ERR! cb.apply is not a function with Node v20.15.1
When I try to create a project with the command npx create-expo-app MyProjectName -t
Error when running npx create-expo-app – npm ERR! cb.apply is not a function with Node v20.15.1
When I try to create a project with the command npx create-expo-app MyProjectName -t
Error when running npx create-expo-app – npm ERR! cb.apply is not a function with Node v20.15.1
When I try to create a project with the command npx create-expo-app MyProjectName -t
Error: ‘Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac’.’
I am trying to create and run a custom expo react-native mobile app. Every time I create a new expo app with npx create-expo-app@latest, I always get the following error when using npx expo run:android;
Scanning QR code on iOS suddenly results in “No usable data found” message
I have a working Expo application that was originally built on Expo 51. I recently updated the codebase to Expo 52 a couple of weeks ago and everything has seemed okay with the dev server.
Scanning QR code on iOS suddenly results in “No usable data found” message
I have a working Expo application that was originally built on Expo 51. I recently updated the codebase to Expo 52 a couple of weeks ago and everything has seemed okay with the dev server.
Execution failed for task ‘:expo:compileDebugKotlin’
Issue
I’m encountering a build error when running my React Native project. The error message is:
@react-native/[email protected]: The engine “node” is incompatible with this module
I ran expo install
and got the below error
React Native did not auto refresh
I’m currently developing a React Native mobile app using Expo Go, and I initially had no issues with auto-refresh in the emulator. Whenever I saved changes, the emulator would automatically refresh, which was really helpful during development.
Expo Unexpectedly Quits when saving .ts files on MacOs
As the title says. Has anyone else experienced this? I am using redux tool kit
and redux-persist
. It only crashes when saving files that end in .ts
. These files are for redux
and an API
. I posted my package.json
below. This is a bizarre issue and I can’t find a fix.