Could not locate the template named "with-next.js"

trying to start a new project with next.js as described here Using Next.js with Expo for Web - Expo Documentation when i run

$ npx create-react-native-app -t with-next.js
✖ Could not locate the template named "with-next.js".

node 16.17.0
npx: 8.19.2

it is npx create-react-native-app -t with-nextjs - notice that you wrote next.js not nextjs

duh. Thanks for the quick reply!