Babel for relay和react-native-drawer

时间:2016-08-24 22:16:09

标签: react-native babeljs relayjs

我正在尝试将relayreact-native-drawer一起使用,但它给我_this.state.viewport未定义。我把这个问题缩小到了巴贝尔,但现在还不确定。 (编辑)的

我在阅读了这个问题之后到了那里https://github.com/root-two/react-native-drawer/issues/140(已编辑)

relay使用

{
  "passPerPreset": true,
  "presets": [
    {"plugins": ["./plugins/babelRelayPlugin"]},
    "react-native"
 ]
}

我认为这是问题(编辑)

我尝试使用babel-plugin-transform-class-properties,但似乎没有帮助

1 个答案:

答案 0 :(得分:1)

我找到了解决方案并创建了一个模板。摘要是使用react-native-router-flux和babel-relay-plugin-loader

https://github.com/hiaw/rn-relay-drawer-template