Mateusz Mędrek

Results 23 comments of Mateusz Mędrek

I also encountered that issue, however that code seems to be related **_only_** to maven publishing. Workaround with patch-package: ```diff task androidJavadoc(type: Javadoc) { source = android.sourceSets.main.java.srcDirs classpath += files(android.bootClasspath)...

![IMG_0161](https://user-images.githubusercontent.com/25980166/124921929-3d1b9280-dff9-11eb-80b2-4e81a9dd606c.jpg) Hi @opensw , I tried to reproduce your case on repo's example app - result on above screenshot. The container view area with absolute position has yellow background. Menu...

@opensw in 0.5.0 there was long press support introduced, maybe it is not working well with absolute position in android

Yeah, some minimal repo could make it easier to reproduce that (especially all style values for violet, yellow and green containers) - I tried to check which taps are detected...

Thanks @opensw , that was exactly what I was looking for. I built that repo, but in my case I wasn't able to reproduce your issue. My repro steps (for...

Hi, in principle it's not possible with current native components, since they need to be attached to "some element/view". In theory it's possible to achieve that on iOS with UIMenuController,...

Hi @Naturalclar, is there anything I should fix here?

No worries @Naturalclar, I am in similar situation :D

@mrousavy Idk if making reanimated lib a dependency is best solution here. Maybe better option would be to just add a README section or some additional code in example folder,...

Please provide link to reproducible repo (or Expo snack)