rn-markdown icon indicating copy to clipboard operation
rn-markdown copied to clipboard

react-native-web

Open AareFabrik opened this issue 6 years ago • 1 comments

How to make it work with react-native-web? Any example would be nice.

I tried the package but i always get this Error:

./node_modules/rn-markdown/markdown.js SyntaxError: .../node_modules/rn-markdown/markdown.js: Unexpected token (116:6)

  114 | 
  115 |     return (
> 116 |       <El {...elProps}>
      |       ^
  117 |         {contents}
  118 |       </El>
  119 |     )

AareFabrik avatar Aug 12 '19 19:08 AareFabrik

there's an example linked in the readme, but here you go: https://github.com/tradle/rn-markdown-playground/blob/master/src/scenes/App/App.js

make sure you have webpack set up to transpile this lib: https://github.com/tradle/rn-markdown-playground/blob/master/web/webpack.config.js#L20

mvayngrib avatar Aug 13 '19 01:08 mvayngrib