Coder Social home page Coder Social logo

Comments (15)

yjose avatar yjose commented on June 10, 2024 1

Hi @Cyberfolks, We are using this package in our prod react-native app(0.59) and it works as expected.
Just coming from my leave a few days ago, and I don't have enough time to take a look at every issue so make sure to be kind asking for solutions.

Regarding the issue with Slider, I think we are going to use react native gesture Handel to build a custom one, because the Community one is very limited and had some issues.

will try to start working on it ASAP.

from react-native-youtube-player.

Cyberfolks avatar Cyberfolks commented on June 10, 2024

is there any solution. i need urgent solution im waiting for your positive reply.

from react-native-youtube-player.

Cyberfolks avatar Cyberfolks commented on June 10, 2024

if you are unable to reply or can't fix issue so please remove your repo from npm. its wasted my time and maybe someone else face same issue... hope you will never mind and got my point.

from react-native-youtube-player.

chandranshu12 avatar chandranshu12 commented on June 10, 2024

@Cyberfolks Ignoring your rude tone, may be check with react-native-slider guys.

from react-native-youtube-player.

Cyberfolks avatar Cyberfolks commented on June 10, 2024

@chandranshu12 thank you Chandranchu but its a major issue with this repo. i replied him after 11 days as you know developer have no enough time and its my responsibility to resolve issues if someone facing if im sharing my repo. and i tried by installing slider but failed. no doubt repo is out standing but im disappointed with @yjose even sent him personal request by mailing issue.

from react-native-youtube-player.

Cyberfolks avatar Cyberfolks commented on June 10, 2024

Hi @Cyberfolks, We are using this package in our prod react-native app(0.59) and it works as expected.
Just coming from my leave a few days ago, and I don't have enough time to take a look at every issue so make sure to be kind asking for solutions.

Regarding the issue with Slider, I think we are going to use react native gesture Handel to build a custom one, because the Community one is very limited and had some issues.

will try to start working on it ASAP.

Thank You @yjose and sorry for my bad language.

from react-native-youtube-player.

sagranatus avatar sagranatus commented on June 10, 2024

npm install @react-native-community/slider@^1.1.2 solved that problem.

from react-native-youtube-player.

ebrahimpleite avatar ebrahimpleite commented on June 10, 2024

some solution?

from react-native-youtube-player.

shahzeb8285 avatar shahzeb8285 commented on June 10, 2024

you should really close this trash repo

from react-native-youtube-player.

shahzeb8285 avatar shahzeb8285 commented on June 10, 2024

it wasted my 4 hours

from react-native-youtube-player.

ebrahimpleite avatar ebrahimpleite commented on June 10, 2024

it wasted my 4 hours

I solved it this way:

update the react-native-community / slider dependency on react-native-yt-player

from react-native-youtube-player.

sushantklay avatar sushantklay commented on June 10, 2024

Facing the same issue.

"@react-native-community/slider": "^2.0.9",
"react-native": "0.61.2",

Nothing seems to work. Any solutions?

from react-native-youtube-player.

ebrahimpleite avatar ebrahimpleite commented on June 10, 2024

Facing the same issue.

"@react-native-community/slider": "^2.0.9",
"react-native": "0.61.2",

Nothing seems to work. Any solutions?

update the react-native-community / slider dependency on react-native-yt-player to 2.0.9 too.

from react-native-youtube-player.

federicoparroni avatar federicoparroni commented on June 10, 2024

I have the same error.. did you solve the issue?

from react-native-youtube-player.

federicoparroni avatar federicoparroni commented on June 10, 2024

I finally managed to solve the problem above with a simple workaround: I copied the entire src/mobile folder into my project. Then I installed the required dependencies:

"dependencies": {
    "react": "16.11.0",
    "react-native": "0.62.2",
    "react-native-get-random-values": "^1.4.0",
    "@react-native-community/slider": "^2.0.9",
    "react-native-orientation": "^3.1.3",
    "react-native-reanimated": "^1.8.0",
    "react-native-webview": "^9.2.1",
    "react-native-webview-invoke": "^0.5.1"
}

Don't forget to remove the original react-native-yt-player from the dependencies!
At this point, I imported the player from the project folder! Everything should work correctly.

from react-native-youtube-player.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.