Description
Issue tracker is ONLY used for reporting bugs. New features should be discussed on our discord, in the #create-expo-stack channel.
Followed the steps on the website with: pnpm, expo router, NativeWindUI, all the available components:
╭────────────────────────────────────────────────╮
│ │
│ Click the link to download your project! │
│ │
│ https://dlp.rn.new/bR2sJxm17h │
│ │
╰────────────────────────────────────────────────╯
Success! 🎉 Now, just run the following to get started:
- cd my-expo-app
- pnpm install
- pnpm expo prebuild --clean
- pnpm run ios
Expected Behavior
Step 4 and also via Web should load the app.
Current Behavior
I first tried with web and then also ios and both his: Unable to resolve module react-native-css-interop/jsx-runtime
.
Possible Solution
Steps to Reproduce
- Follow starter steps on https://rn.new/
- Run the app
CES Config File
{
"cesVersion": "2.11.14",
"projectName": "my-expo-app",
"packages": [
{
"name": "nativewindui",
"type": "styling",
"options": {
"selectedComponents": [
"action-sheet",
"activity-indicator",
"activity-view",
"avatar",
"bottom-sheet",
"date-picker",
"picker",
"progress-indicator",
"ratings-indicator",
"selectable-text",
"slider",
"text",
"toggle"
]
}
},
{
"name": "expo-router",
"type": "navigation",
"options": {
"type": "drawer + tabs"
}
}
],
"flags": {
"noGit": true,
"noInstall": true,
"overwrite": false,
"importAlias": true,
"packageManager": "pnpm",
"eas": false
},
"packageManager": {
"type": "pnpm",
"version": "8.15.6"
},
"os": {
"type": "Linux",
"platform": "linux",
"arch": "x64",
"kernelVersion": "6.10.3-arch1-1.1"
}
}