react-native-vlc-media-player
react-native-vlc-media-player copied to clipboard
Support for the experimental syntax 'jsx' isn't currently enabled
When I add this module to my react project, it gives me this error:
...\playerView\index.js for the <View/> tag.
Support for the experimental syntax 'jsx' isn't currently enabled (231:7):
Is it possible to get a transpiled version of this as a node module or do I have to try to eject my create-react-app and manually figure out the @babel/presets-react configuration?