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.15k stars 987 forks source link

Steps to get the project running #170

Closed brentvatne closed 5 years ago

brentvatne commented 5 years ago

Issue type

Issue description

Current behavior:

Error: resolve_projpath: path `/Users/brentvatne/coding/react-native-ui-kitten/src/framework/ui`: open: /Users/brentvatne/coding/react-native-ui-kitten/src/framework/ui: No such file or directory

Expected behavior:

Steps to reproduce:

Related code:

Other information:

macOS, running in iOS simulator

artyorsh commented 5 years ago

Hi @brentvatne. Thanks for report

start:dev script is currently used in our team locally to quickly review UI Kitten components changes. In case you don't need this, consider using one of the following scripts: yarn start or yarn start:prod

This will start the project with production configuration (meaning it will use UI Kitten from node_modules)