After doing this:
npx create-expo-app --template expo-nativewind-template-storybook AwesomeStorybookForAllPlatforms
Did this:
npm run web
Got this error:
Your Expo app does not have a 'userInterfaceStyle' setting which can to confusing color scheme behavior. Please set a 'userInterfaceStyle' to remove this warning (recommended 'automatic'). https://docs.expo.dev/develop/user-interface/color-themes
Web Bundling failed 38265ms (node_modules/expo/AppEntry.js)
Unable to resolve "/home/dimitrihartt/Dev/AwesomeStorybookForAllPlatforms/node_modules/.cache/nativewind/global.css" from "global.css"
After doing this: npx create-expo-app --template expo-nativewind-template-storybook AwesomeStorybookForAllPlatforms
Did this: npm run web
Got this error: Your Expo app does not have a 'userInterfaceStyle' setting which can to confusing color scheme behavior. Please set a 'userInterfaceStyle' to remove this warning (recommended 'automatic'). https://docs.expo.dev/develop/user-interface/color-themes
Web Bundling failed 38265ms (node_modules/expo/AppEntry.js) Unable to resolve "/home/dimitrihartt/Dev/AwesomeStorybookForAllPlatforms/node_modules/.cache/nativewind/global.css" from "global.css"
Any clues?
Thank you!