-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Autobind decorator is not working in react native 0.32
.babelrc
{
"presets": ["react-native-stage-0/decorator-support"]
}package.json
"name": "mobx",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"autobind-decorator": "^1.3.3",
"babel-preset-react-native-stage-0": "^1.0.1",
"mobx": "^2.2.0",
"mobx-react": "^3.3.0",
"react": "15.3.1",
"react-addons-shallow-compare": "^15.3.1",
"react-native": "0.32.0",
"react-native-button": "^1.7.0",
"react-native-localization": "^0.1.17",
"react-native-mobx": "^0.3.1",
"react-native-router-flux": "^3.35.0",
"react-native-tab-view": "0.0.28",
"react-native-theme": "^0.1.4"
},
"devDependencies": {
"sane": "^1.3.4"
}
}Metadata
Metadata
Assignees
Labels
No labels
