ManushivamD11
ManushivamD11
onProgress is not getting called even for heavy URL images. Any idea why onProgress wont be called? Am doing some thing like this ` { console.log('onLoadEnd') }} onProgress={({nativeEvent}) => {...
Hey @rsawyer-tegna Thanks for the info and I tried the same and generated the android build, problem arise when I do npx expo start --dev-client --clear Basically EXPO Cli isn't...
Hey @byCedric Can we help checking this issue? Its happening for Bare Expo workflow FYI
Hey @byCedric Can we help checking this issue? Its happening for Bare Expo workflow FYI
@DavidCks Thanks for sharing, but these both are also not working. ---------------------------------------------------------------------------------------------------- This one was actually a solution suggestion which we tried ([REF](https://github.com/microsoft/react-native-test-app/issues/2015#issuecomment-2692246666)): ``` // Learn more https://docs.expo.io/guides/customizing-metro const {...