React Native starter kit with over 40 screens and modern Light and Dark theme for creating stunning cross-platform mobile applications.
7.17k
stars
986
forks
source link
build(script): unable to start an app on a fresh repo #171
Closed
artyorsh closed 5 years ago
This is reported in #170 and https://github.com/akveo/react-native-ui-kitten/issues/448
Steps to reproduce:
npm i && npm start
Script will fail because of missing
index.ts
inconfig
dir.Steps to resolve:
npm run start:prod