Problem with first exercise

Problem with first exercise in ReactNative Fundamental course .

i followed the steps exactly in the video (11- Building the Welcome Screen (10:57)
but i still have this error :

can you help me please !

i solved it

my problem was in line 1 , import React from “./node_modules/react” < that’s wrong

i replaced : import React from "./node_modules/react"

with : import React from “react”;