native-starter-kit
native-starter-kit copied to clipboard
React Native Starter App with NativeBase + CodePush + Redux
Test failed but app starts OK. Node v7.5.0. ``` Documents/Git/native-starter-kit master ✔ 10d ▶ npm test > [email protected] test /Users/fones/Documents/Git/native-starter-kit > jest FAIL __tests__/index.ios.js ● Test suite failed to run...
Cant debug this project? Am I doing something wrong?
in ```MainStackRouter.js ``` file ``` export default (StackNav = StackNavigator({ Login: { screen: Login }, Home: { screen: Home }, BlankPage: { screen: BlankPage } })); ``` the variable ```StackNav```...