Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 92013c0

Browse files
authored
Update ReadMe.md
Fixed props table
1 parent 3601477 commit 92013c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export default class App extends React.Component {
8787
| onSaveToCamera | function<br><br>`(index?: number => void` | no | The callback for save to camera | `() => {}` |
8888
| onChange | function<br><br>`(index?: number => void` | no | When the image changed | `() => {}` |
8989
| onMove | ( position: [IOnMove](https://github.com/ascoders/react-native-image-zoom/blob/master/src/image-zoom/image-zoom.type.ts) )=>void | reports movement position data (helpful to build overlays) | ()=> {} |
90-
9190
| saveToLocalByLongPress | boolean | no | Enable save to camera when long press | `true` |
9291
| onClick | function<br><br>`(onCancel?: function) => void` | no | Onclick | `(onCancel) => {onCancel()}` |
9392
| onDoubleClick | function<br><br>`(onCancel?: function) => void` | no | OnDoubleClick | `(onCancel) => {onCancel()}` |

0 commit comments

Comments
 (0)