We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148fd49 commit 168ebd7Copy full SHA for 168ebd7
2 files changed
example/App.js
@@ -215,8 +215,8 @@ export default class App extends Component {
215
isVisible={isImageViewVisible}
216
renderFooter={this.renderFooter}
217
onClose={() => this.setState({isImageViewVisible: false})}
218
- onChange={imageIndex => {
219
- console.log(imageIndex);
+ onImageChange={index => {
+ console.log(index);
220
}}
221
/>
222
</View>
example/package.json
@@ -5,7 +5,7 @@
5
"expo": "^33.0.3",
6
"react": "16.8.6",
7
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
8
- "react-native-image-view": "2.1.1"
+ "react-native-image-view": "^2.1.5"
9
},
10
"devDependencies": {
11
"babel-eslint": "10.0.1",
0 commit comments