expo / videoplayer

Customizable controls for Expo video
83 stars 83 forks source link

Don't work with Expo 23 #11

Closed kornacki closed 6 years ago

kornacki commented 6 years ago

Invalid Version: undefined

warning " > @expo/videoplayer@0.1.13" has incorrect peer dependency "expo@^22.0.0".

davidcantonnoteges commented 6 years ago

Some news for this issue?

wobenzym commented 6 years ago

Is there a workaround ?

eliysha commented 6 years ago

+1

hardcodet commented 6 years ago

@pavle93 Dirty hack for now is to just remove/adjust the peer dependency in the package.json at node_modules/@expo/videoplayer.

That makes the warning/error go away. However, it appears the player isn't working anymore. All I'm getting is the progress spinner when building and running the example app in the NPM package.

abi commented 6 years ago

Fixed in 0.3.0

abi commented 6 years ago

Sorry for the delay, y'all!