react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

Support for the experimental syntax 'jsx' isn't currently enabled

Open AlexanderKidd opened this issue 3 years ago • 0 comments

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?

AlexanderKidd avatar Jul 26 '22 21:07 AlexanderKidd