error on LinearGradient

e

import { LinearGradient } from ‘expo-linear-gradient’;

import { StyleSheet } from ‘react-native’;
import { LinearGradient } from ‘expo-linear-gradient’;

import StartGameScreen from ‘./screens/StartGameScreen’;

export default function App() {
return (
<LinearGradient colors={[‘#4e0329’, ‘#ddb52f’]} style={styles.rootScreen}>


);
}

const styles = StyleSheet.create({
rootScreen: {
flex: 1,
},
});

You have to re-build.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.