-
Notifications
You must be signed in to change notification settings - Fork 184
Conversation
Android only? |
Yes, for android only. I've tested these changes on Android and it works fine. |
I tested on iOS, the images could not show. |
Okay, I'll check these on iOS and do updates if needed. Meanwhile can you confirm it to work on Android as I did not find any issues for Android. [Tip] While installing this module we must install the below module too in MainApplication, Settings.gradle, Build.gradle too. |
Did you put necessary entries into the concerned files for react-native-image-zoom ? |
I'v already add the supporting of zooming photo in this PR, it works with both Android and iOS. Although it hasn't been accepted yet. Why don't you try this?:) |
@ksti Sure, I will try this soon. Thanks. |
@ksti I've found an issue with this change. Please ignore the pull request for now. |
Close as new pull request is being made. |
This will support zoom of image. And ActivityIndicator has been added as AndroidProgressBar is deprecated. Readme.md changes can be ignored as they were meant for internal audience.