i am generating signed apk in my react native typescript project on running " react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res" and "cd android ./gradlew bundleRelease" both command gives me error this
error The resource d:\sajid\reactNative\viewsTrend\index.js
was not found. Run CLI with --verbose flag for more details.Error: The resource d:\sajid\reactNative\viewsTrend\index.js
was not found.at d:\sajid\reactNative\viewsTrend\node_modules\metro\src\IncrementalBundler.js:157:26at gotStat (fs.js:1779:21)at FSReqCallback.oncomplete (fs.js:168:21)
i also tried with renaming index.tsx to index.js but didn't work.please signing apk with typescript project.