Newly created react-native init project not running #28786
Labels
Needs: Triage 🔍
Platform: Android
Android applications.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Description
I've been having lots of react-native issues recently with applications that have worked previously to suddenly stop working. I've tried things such as clearing caches (npm/IntelliJ/Android Studio/TMP Dir), watchman, changing node/npm versions, and much more to no avail. Yesterday (04/28/2020) I've created a new Project (
npx react-native init
) which ran, running the same project doesn't anymore. I've now created a new project which also doesn't seem to work. Nothing has been changed within my development environment. Thelogcat
info I've provided is also not giving me a clear error anymore. Previously it would sayDidn't find class "androidx.core.app.CoreComponentFactory" on path: DexPathList[[],
but that error seems to have vanished when clearing the IntelliJ cache.React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
npx react-native init projectName
cd projectName
npx react-native run-android
Expected Results
The application to display the home screen
Logcat info
The text was updated successfully, but these errors were encountered: