react-native-blasted-image
react-native-blasted-image copied to clipboard
A simple yet powerful image component for React Native, powered by Glide and SDWebImage.
Upon updating to react-native version 0.74.0, the following warning was encountered: > ERROR Warning: BlastedImage: Support for defaultProps will be removed from function components in a future major release. Use...
Fixes #10
My app has thousands of remote images. Caching thousands of images will cause the app to shut down due to lack of memory. Is there a way to quickly import...
When an empty array is passed into the `preload()` function, the promise is never resolved. Changed the code so that is checks for an empty array. Also might be a...
App in background, some times crash with this: ``` java.lang.IllegalArgumentException: You cannot start a load for a destroyed activity at com.bumptech.glide.manager.RequestManagerRetriever.assertNotDestroyed(RequestManagerRetriever.java:366) ``` https://github.com/xerdnu/react-native-blasted-image/blob/ff9d739e1a0500095394a8d82cb3f1973d395d94/android/src/main/java/com/reactlibrary/BlastedViewManager.java#L37 maybe check `view.getContext() != null`
Hello, Is there any way how to show custom loading indication while image is loading? I can see OnLoad and OnError callbacks but there is no OnLoadStart
My project is completely using typescript and im getting a Typescript Error for the library :) /node_modules/react-native-blasted-image/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/react-native-blasted-image` if it exists...
i want to animate a image , but got an error: ``` createAnimatedComponent does not support stateless functional components; use a class instead. ``` https://github.com/facebook/react-native/issues/22066
i add dependencies to build.gradle like `react-native-fast-image` , but not work. ``` implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.28.0 ```