Clean up refs in examples

This commit is contained in:
Eric Vicenti
2018-10-15 11:53:43 -07:00
parent 045e303f04
commit 298e04228a
2 changed files with 2 additions and 3 deletions

View File

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