Added Drawer navigator & version numbers.
This commit is contained in:
@@ -19,9 +19,9 @@ export default function MediaCacheOverlay({
|
||||
visible={previewVisible}
|
||||
images={photos}
|
||||
imageIndex={imgIndex}
|
||||
onImageIndexChange={(...props) => {
|
||||
console.log(props);
|
||||
}}
|
||||
// onImageIndexChange={(...props) => {
|
||||
// // console.log(props);
|
||||
// }}
|
||||
/>
|
||||
</SafeAreaView>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user