akveo / kittenTricks

React Native starter kit with over 40 screens and modern Light and Dark theme for creating stunning cross-platform mobile applications.
https://akveo.github.io/react-native-ui-kitten/
MIT License
7.17k stars 986 forks source link

Can't run project with env dev #295

Closed arminghm closed 4 years ago

arminghm commented 4 years ago

💬 Question

when I run start:dev command I get a lot of these errors

transform[stderr]: Could not resolve "/Projects/open-sources/react-native-ui-kitten/src/components" in file Projects/open-sources/kittenTricks/src/app/app.component.tsx.

I have react-native-ui-kitten, eva and kittenTricks in a same directory. I did everything said inside dev_docs, but I can't run in dev mode, prod mode is fine.

Am I missing something??

UI Kitten and Eva version

Package Version
@eva-design/eva
@ui-kitten/components
artyorsh commented 4 years ago

👋 The code used to configure paths to both Eva and UI Kitten modules is here. Please make sure you have exact that structure of directories or modify env.dev.js with paths to the local modules.

Also, using Yarn is important.