react-native-web-community/react-native-web-webview

Invariant Violation: "border" is not a valid style property

piranna opened this issue · 0 comments

With React 16, a Invariant Violation: "border" is not a valid style property error is shown on the console:


Seems the valid border values are

      "borderBottomColor",
      "borderBottomLeftRadius",
      "borderBottomRightRadius",
      "borderBottomWidth",
      "borderColor",
      "borderLeftColor",
      "borderLeftWidth",
      "borderRadius",
      "borderRightColor",
      "borderRightWidth",
      "borderStyle",
      "borderTopColor",
      "borderTopLeftRadius",
      "borderTopRightRadius",
      "borderTopWidth",
      "borderWidth`