Skip to content

React native web will not compile with react-native-video #2719

Closed
@hellolgl

Description

@hellolgl

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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions