This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 184
add topRightView to TopBar for customizing right button on TopBar and zooming photo #20
Closed
Closed
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e7ade2d
add onTopRight to TopBar for customing right button on TopBar
ksti 75f2644
try to fix the top right layout
ksti 3805642
try to silence the PropTypes warning
ksti 558520f
update RN to 0.32.0, and the PropTypes warning cleared
ksti 2b3ad7c
try to add in zooming ability of photo
ksti 8730d11
when start load photo update the transformable view state
ksti ba1f009
update the example
ksti 7ab943b
when _onScroll(e) called, if e.nativeEvent.layoutMeasurement.width ==…
ksti 9866a87
add _triggerTopBarStatus function to set the currentIndex and current…
ksti af0d10e
add _triggerTopBarStatus when _updatePageIndex(index)
ksti 01621e7
create a new branch 'createResponder' for gesture responder
ksti 0c69fed
use Gallery success
ksti edd052f
fix bug Gallery initialPage not working
ksti 34202d6
when prevProps.mediaList.length !== this.props.mediaList.length , thi…
ksti 96f0ee2
Update README.md
ksti f20c9d4
Update README.md
ksti ce6844b
onTopRight call back isFullScreen and mediaList
ksti a2a1922
add the missing refs: this.refs.fullScreenContainer --> this.fullScre…
ksti 8c5fb2c
update package.json
ksti 484d6af
update package.json
ksti eb51788
for test
ksti fc8b550
test failed, backup.
ksti 427494d
when update page index such as form openPage function calling, should…
ksti 4cb3273
load(force)
ksti 83287ce
_onPageSelected force load
ksti 75da655
should confirm whether using gallery
ksti 18bc9bf
update Example
ksti d104f1a
add forceLoadPhoto props
ksti bf0946d
fix bug on rn0.39
ksti 0cb8b8e
update Example for newest RN version
ksti 5e45ee8
add feature of notSupportedError
ksti 41f9750
isSupported justify by lowercase
ksti 0539de7
DS_Store
ksti 87937f1
default is supported when mimeTypeOrExt is missed
ksti c6495c6
avoid undefined crash
ksti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used this lib "react-native-transformable-image", but this has a few of conflict on pan gesture when scrolling, because it's implemented by scroll view too!