Skip to content

Upgrade to RN 0.17

Compare
Choose a tag to compare
@bartonhammond bartonhammond released this 23 Dec 21:29
· 204 commits to master since this release
  • NOTE: JSX tests do not work with JEST see #29
    • use npm test src/reducers
  • .babelrc = use same presets as RN
  • package.json
    • RN 0.17
    • jest configuration
    • upgrade "react-native-vector-icons"
    • dev dependancies - babel-jest
  • deleted jest-support/
  • changed import to require
  • add .default to those requires that are export default
  • src/container/Login & src/containter/Profile
    • @connect(mapStateToProps, mapDispatchToProps) toexport default connect(mapStateToProps, mapDispatchToProps)(Login);
  • reduced size of "mark" image to 50x50
  • change bitrise for both ios and android to only run non-JSX tests
  • issues: