THEOplayer / react-native-theoplayer-ui

A React Native UI for @theoplayer/react-native
https://www.theoplayer.com/docs/open-video-ui/react-native/
6 stars 1 forks source link

Maintenance/add example #13

Closed Jeroen-Veltmans closed 9 months ago

Jeroen-Veltmans commented 10 months ago

Adds an example project to easily test the project.

MattiasBuelens commented 10 months ago

Were there any changes compared to the example in react-native-theoplayer?

Jeroen-Veltmans commented 10 months ago

This example is only for android and ios for now, the UI itself in App.tsx is also a bit more basic but most of it is the same.

MattiasBuelens commented 10 months ago

It feels weird to have two examples for what is supposed to be a cross-platform UI. 😅

Are there any plans for merging the two examples into one that works on web, Android and iOS?

MattiasBuelens commented 9 months ago

Okay, I understand now. You want an example inside your repo so you can quickly test your changes while developing.

Then this is fine. 👍