Skip to content

Commit adf5614

Browse files
committed
#28: Android backpress button to close modal
1 parent 6780473 commit adf5614

4 files changed

Lines changed: 16 additions & 7828 deletions

File tree

.expo/packager-info.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"expoServerPort": null
3+
}

example/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import {
99
Platform,
1010
} from 'react-native';
1111

12-
import ImageView from 'react-native-image-view';
12+
import ImageView from './ImageView';
13+
// import ImageView from 'react-native-image-view';
1314

1415
const {width} = Dimensions.get('window');
1516

0 commit comments

Comments
 (0)