import * as React from 'react'; import { Button, Text, View, StyleSheet } from 'react-native'; import { BarCodeScanner } from 'expo'; import { withNavigationFocus } from '@react-navigation/core'; import { createStackNavigator } from 'react-navigation-stack'; const IndexScreen = ({ navigation }) => (