dev-yakuza / react-native-image-modal

the simple image modal for React Native
https://dev-yakuza.github.io/en/react-native/react-native-image-modal/
MIT License
551 stars 46 forks source link

feat: Add render function to remove react-native-fast-image dependency #240

Closed dev-yakuza closed 5 months ago

dev-yakuza commented 5 months ago

I remove the react-native-fast-image dependency. And, I add the renderImageComponent props.

So, the developers can use their own image component or library like the react-native-fast-image or expo-image.

JJSLIoT commented 4 months ago

@dev-yakuza as this PR is merged, is react-native-fast-image still required to be installed to use this package? If not, can the README.md be updated to reflect the changes in installation requirements?

dev-yakuza commented 4 months ago

@JJSLIoT Thanks for noticing it.

I fix it.

Thanks again and have a nice day.