start-react / native-starter-kit

React Native Starter App with NativeBase + CodePush + Redux
http://GeekyAnts.com
Other
1.59k stars 372 forks source link

after update react native 0.46.4,error out. #118

Closed kingctan closed 7 years ago

kingctan commented 7 years ago
undefined is not a function (evaluating '(0,_color2.default)(this.toolbarDefaultBg).darken(0.2).hexString()')
"react": "16.0.0-alpha.12",
"react-native": "0.46.4",
SupriyaKalghatgi commented 7 years ago

@kingctan It will be helpful if you share your package.json

SupriyaKalghatgi commented 7 years ago

@kingctan Any updates?

SupriyaKalghatgi commented 7 years ago

@kingctan I tried replicating issue on our side.

"native-base": "2.3.0",
"react": "16.0.0-alpha.12",
"react-native": "0.46.4",

This in my package.json runs fine.

kingctan commented 7 years ago

has the same error on following package.json

"native-base": "^2.3.3",
    "react": "16.0.0-beta.5",
    "react-native": "0.49.3",