Closed
Description
ERROR in ./node_modules/react-native-video/Video.js 55:7
Module parse failed: Unexpected token (55:7)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| }
|
seek = (time, tolerance = 100) => {
| if (isNaN(time)) {throw new Error('Specified time is not a number');}
|
package.json
"react-native-video": "^5.2.0",