
Windows 기준으로 프로젝트와 Gradle/CMake 캐시 초기화:
# 루트에서
rm -rf node_modules yarn.lock
yarn cache clean
yarn install
# Android 빌드 캐시 초기화
cd android
rd /s /q "build"
rd /s /q ".cxx"
rd /s /q ".gradle"
./gradlew clean
cd ..
gradlew assembleDebug
# 또는
npx expo run:android
npx expo start -c
gradlew assembleDebug 또는 npx expo run:androidnpx expo start -cAndroid 프로젝트 안에서:
cd android
gradlew :app:generateDebugSources
android/app/build/generated/source/codegen/jni/
node_modules/react-native-reanimated/android/build/generated/source/codegen/jni/