Ron Radtke

Results 69 comments of Ron Radtke

That's a good question, which likely only can be answered by the original developers from 8 years ago. But probably as everything, small features were added and then extended till...

Same issue for me after creating a brand new project and starting to migrate all the old code over (due to too many fixes I would have had to do...

Downgrade to 0.71.2 did not do the cut for me. Still: ``` Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'....

@bingaicao running a gradlew clean and rebuilding did not help. Running it via react-native start --reset-cache didn't help either

After removing ththe following in android/build.gradle it worked: ``` ... exclusiveContent { filter { includeGroup "com.facebook.react" } forRepository { maven { url "$rootDir/../node_modules/react-native/android" } } } ... ```` Removing this...

@bingaicao Thanks a lot for the Information! I just assumed it is fine since cortinico said it was fine. @SharvanTech5 you have the same block in that I had to...

How did you check that the file is still there? To which path did you save teh file?

You can't. That notification is created by the download manager. But I was thinking about implementing an own notification functionality where you then would be able to do that. But...

Did you install the package (and link) and rebuild the app and cleaned build caches first if needed? Sounds like it didn't load the lib correctly.

> Issue can be reproduced in Expo Snack (both iOS and Android). [expo/snack#385](https://github.com/expo/snack/issues/385) tracking issue. Yeah but this is expo. I'm using native code and as far as I know...