DRiiFT KiinG

Results 10 comments of DRiiFT KiinG

or use this patch: ```diff diff --git a/lib/pinch-zoom.component.d.ts b/lib/pinch-zoom.component.d.ts index c8fa3f1e46b297d3e6ba7b007aaa83c453fd7350..91c21606d3343d483c90cefe554bcc72eac0cfe9 100644 --- a/lib/pinch-zoom.component.d.ts +++ b/lib/pinch-zoom.component.d.ts @@ -50,7 +50,7 @@ export declare class PinchZoomComponent implements OnDestroy { autoHeight: boolean; wheelZoomFactor:...

@thymikee: i have rebased the branch of this pr with the master into this branch https://github.com/tokyodrift1993/react-native-community-cli/tree/feature/buildApkFixes

> @driiftkiing can you send a PR amending this one? :) just creating a new one? or something else?

I will do also some tests, if i got the time

if anyone is interested to use this PR until it is merged: - created patch: https://gist.github.com/driiftkiing/09f3bd7bb125e6436a5caba7834f3a99 - used for yarn v3 - can be used like: ``` diff diff --git...

The error looks like: ``` > Task :react-native-ble-plx:compileDebugJavaWithJavac FAILED An exception has occurred in the compiler (1.8.0_312). Please file a bug against the Java compiler via the Java bug reporting...

The current workaround is to use java version 11 instead of 8, but since then you cant use the sdkmanager since its only compatible with java v8. An another problem...

@Simon-TechForm: I can reproduce this behaviour on iOS with the provided code from https://github.com/react-native-maps/react-native-maps/issues/4282. | iOS | 16.1 (Device) | | :---------------- | :------------- | | **react-native** | **0.67.4** |...

In my case, I had to remove the forwarding slash `/` from autocomplete e.g. `/user/repository` to `user/repository`

adding the permission «Cloud Functions Viewer» solved the problem