Maksym Rusynyk
Maksym Rusynyk
@danielgomezrico I have android studio 3.6.3. But it looks for me like some dependencies conflict.
Any progress/plans on fixing the issue? > GeolocationOptions Adding `timeout: 20000` (but default has to be 10 minutes) as proposed by @cwilby or using `enableHighAccuracy: true` as in [example](https://github.com/michalchudziak/react-native-geolocation/blob/master/example/src/examples/GetCurrentLocation.tsx) seems...
Any update/plans with this feature in 2024?
Are there any updates or plans regarding the implementation of sorting? For further inspiration, you can refer to the documentation on sorting components in the eslint-plugin-react repository on GitHub: [eslint-plugin-react...
I would like to bring to your attention that according to the [Flutter Style Guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#order-other-class-members-in-a-way-that-makes-sense), it is recommended to have the mentioned rule in place. > If there’s a clear...
And [solution used in demo project](https://github.com/rumax/react-native-PDFView/blob/1296639a651ed7d538eb0b103440176d9dbaadc5/demo/android/app/build.gradle#L241) is not working for you? Any chance that you can reproduce it in demo project at least and create a branch with the change?
@FaggioniHQ as you can find from discussion above, it seems to be an issue in barteksc/AndroidPdfViewer. As a workaround, you can try to identify the specific circumstances in your project...
Maybe `com.github.mhiew` has to be default dependency. It also solves `JCenter` issue.
react-native-view-pdf does not use `compile` but `implementation`, so you need to check your project if you still uses `compile` or `implementation` if you migrated to gradle7
@jersrej unfortunately cannot help with it without some reference project where it can be reproduced.