Cant start an expo project

I just got into React Native and in the course the first thing to do to setup a react native project with expo was to run :-

expo init DoneWithIt

then when I press enter I get this error message

expo init is not supported in the local CLI, please use npx create-expo-app instead

does anyone know how to fix this problem and sorry if this question was answered before I read through alot of other forms but couldnt understand the answer

just make sure you have npx installed and call npx create-expo-app DoneWithIt