react-native-fast-image
react-native-fast-image copied to clipboard
crash on launch after FastImage.preload()
After adding the latest react-native-fast-image, I've attempted a preload() and instead received:
08-09 21:57:20.062 28825 29127 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.dylanvann.fastimage.FastImageViewManager
08-09 21:57:21.323 28825 28825 E AndroidRuntime: at com.dylanvann.fastimage.FastImageViewModule$1.run(FastImageViewModule.java:34)
I've run react-native-clean-project and reset metro cache, etc, but no change.
Expected behavior Not crash on launch
Dependency versions
- React Native version: 62.2
- React version:
- React Native Fast Image version: latest
Same Issue. Did anyone find solution?
it crashes even inside a try catch block, its a native error I guess ? :/ really wish this was fixed..
Yeah, I'm getting the same. In a try/catch it's still crashing the whole app
I have the same issue. Any updates on this?