conorhastings / react-native-syntax-highlighter

a syntax highlighter for react native using https://github.com/conorhastings/react-syntax-highlighter under the hood
MIT License
168 stars 24 forks source link

Update styles to remove for Prism #36

Open jcubic opened 9 months ago

jcubic commented 9 months ago

This fixes another error from PrismJS. Tested with "coy" style:

 ERROR  Warning: Failed prop type: Invalid props.style key `WebkitBoxSizing` supplied to
 `Text`.
Bad object: {
  "backgroundColor": "#fdfdfd",
  "position": "relative",
  "margin": 8,
  "overflow": "visible",
  "padding": "0",
  "WebkitBoxSizing": "border-box",
  "MozBoxSizing": "border-box",
  "boxSizing": "border-box",
  "marginBottom": 16
}