native-starter-kit icon indicating copy to clipboard operation
native-starter-kit copied to clipboard

React Native Starter App with NativeBase + CodePush + Redux

Results 13 native-starter-kit issues
Sort by recently updated
recently updated
newest added

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...

question

in ```MainStackRouter.js ``` file ``` export default (StackNav = StackNavigator({ Login: { screen: Login }, Home: { screen: Home }, BlankPage: { screen: BlankPage } })); ``` the variable ```StackNav```...

update