Search engine in Expo
问题 I follow this tutorial to add search to my Expo (React Native) app. After the last step I have this mistake:photo. What should I do? This is the part of the program. This is one of my navigation screens, where I have links for other screens: function InfoScreen({ navigation }) { return ( <View style={{ flex: 1, alignItems: 'center', justifyContent: 'center' }}> <Button title="Go back" onPress={() => navigation.goBack()} /> <View style={styles.container_new}> <Text style={styles.text}>Basic