Please provide the following:
- SDK Version: 47.0.0
- Platforms(Android/iOS/web/all): Android
Anyone seen an error message like below after running expo run:android
?
* What went wrong:
Execution failed for task ':expo-av:extractReactNativeAARRelease'.
> Expected directory '/node_modules/react-native/android' to contain exactly one file, however, it contains no files.
I’m using react-native: “0.71.0”,“expo”: “^47.0.0”, and “expo-av”: “~13.0.2”.
i’ve done the following:
npx react-native init [project-name]
cd [project-name]
npx install-expo-modules@latest
npx install expo-av
- add the permission in the androindManifest.xml file.
- expo run:android
are there any steps I’ve missed?