react native 添加mobx

"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native-stage-0": "^1.0.1",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
 
 
.babelrc 文件 :  
{
"presets": ["react-native"],
"plugins": ["transform-decorators-legacy"]
}
原文地址:https://www.cnblogs.com/jkr666666/p/9670531.html