David Chavez

Results 75 comments of David Chavez

I have just tried to make a new project and add the lib and it has worked. These are the commands I used: ```bash npx react-native init TestProject --template react-native-template-typescript...

@giorodri0584 I haven't heard from you yet. Can you try the above?

@espenjanson does it work when you follow the commands in my comment above? My guess is your project is not including one of the important repositories. Like maven central. Although...

@espenjanson can you post the contents of your gradle file in your Android project?

@espenjanson if you try the commands I mentioned above (which does not use 0.65) does it run for you? There must be some difference in the gradle files across versions....

@xeoneux this definitely would be the reason.. I thought that might be it but the gradle file @espenjanson posted still has jcenter() in it. So I was a bit confused....

Ok, I have updated the example in the repo to `RN 0.65.1` and can confirm the issue. For now the workaround is to add `jcenter()` to `allprojects { repositories {...

Didn't realise this got closed. Reopening until it's fully fixed and not just worked around. We are working on an update that uses the latest exoplayer and does not reply...

@GrimDev we know its an important issue and we're working on a fix. At the moment using `jcenter()` is still a valid workaround.. You cannot publish new packages there but...

@SNNikitin please take the time to look through the thread. This question has been answered. We're working on it.