First, install all dependencies:
npm installThis project uses react-native-android-widget, which requires native setup.
So you need to prebuild the project before running it.
npx expo prebuild -p androidThis will generate the native Android project.
npx expo run:android