-
-
Notifications
You must be signed in to change notification settings - Fork 99
Not working please check #487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You didn't explain what isn't working... |
Yeah same issue when I run the rn.new browser CLI. How I reached the error:
Update: Attempted it using |
likely this is because of expo 53 that was just released, we'll need some time to address that, however I think its not the same as the original issue |
@AgeReapor being worked on #490 |
this is now fixed in the latest version (2.18.0) |
I have shared the prompt for https://rn.new/
___ _ __ ___ __ _ | |_ ___
/ || '|/ _ \ / ' || |/ _
| ( | | | __/| (| || || /
_||| _| _,| __|_|
/ _ \ / /| '_ \ / _
| / > < | |) || () |
_|//_| ./ _/
_ || _
___ | |_ __ _ ___ | | __
/ || |/ ' | / _|| |/ /
_ | || (_| || ( | <
|/ _|_,| ___||_|_\
┌ create-expo-stack
│
◇ What do you want to name your project?
│ lol
│
◇ Would you like to use TypeScript with this project?
│ Yes
Good call, now using TypeScript! 🚀
│
◇ Which package manager would you like to use?
│ yarn
│
◇ What would you like to use for Navigation?
│ Expo Router
│
◇ What type of navigation would you like to use?
│ Drawer + Tabs
Great, we'll use expo-router!
│
◇ What would you like to use for styling?
│ NativeWind
You'll be styling with ease using Nativewind!
│
◇ What would you like to use for authentication?
│ None
No problem, skipping authentication for now.
│
◓ Initializing your project.error {
"error": {}
}
◇ Project initialized!
Your project configuration:
{
projectName: 'lol',
packages: [
{
name: 'expo-router',
type: 'navigation',
options: { type: 'drawer + tabs' }
},
{ name: 'nativewind', type: 'styling' }
],
flags: { packageManager: 'yarn' }
}
│
└
╭────────────────────────────────────────────────╮
│ │
│ Click the link to download your project! │
│ │
│ undefined │
│ │
╰────────────────────────────────────────────────╯
Success! 🎉 Now, just run the following to get started:
The text was updated successfully, but these errors were encountered: