Paulo Sousa
Paulo Sousa
> 2.13.0 nice, worked by setting the version to 2.13.0
As it worked for me, in `/android/gradle/gradle/wrapper/gradle-wrapper.properties` i changed the line `distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip` by `distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip`. in android/build.gradle: ``` buildscript { ... ext { ... compileSdkVersion = 33 targetSdkVersion = 33 kotlinVersion...
After updating my xcode I had the same problem using version 0.125.0. Searching other topics, I found one that worked for me, I hope it helps: [#43335](https://github.com/facebook/react-native/issues/43335#issuecomment-1980246463)
I really liked the lib, very easy to apply everything. So I will answer you because I went through the same problem, although I believe that by the time you...
There is no need to add `compile project(':react-native-view-pdf')` or `implementation (':react-native-view-pdf')`, if you look in the demo folder it doesn't add it, I didn't and it worked
> On nestjs we usually call PrismaService that is automatically injected globally on the framework. For me i didn't use this extension and just create a PrismaReadservice > > ```...