Dominic Go

Results 15 comments of Dominic Go

hello ✨ this is possible via the [`UIAppearance`](https://developer.apple.com/documentation/uikit/uiappearance) API — but I'm going to do it in a separate library called `react-native-ios-utilites` since this isn't specific to `UIMenu`. this involves...

@axeldelafosse hey i checked the examples you mentioned, and the one from expo just sets the background color property of the root view controller's view (e.g. `rootVC.view.backgroundColor`) with the approach...

Hey, unfortunately this is a limitation of the `UIMenu` API 😔 This is actually something I want too, but TLDR the preview doesn't receive any touch events once it's being...

@nandorojo @Flam3rboy hey sorry for the late response haha here are results of my testing ✨ Debug Layout: ![Screen Shot 2022-01-06 at 6 30 20 PM](https://user-images.githubusercontent.com/18517029/148370732-ffa35091-d696-4ea3-bade-c470b95b1c8d.png) ``` (lldb) po self.previewController?.next...

its very rough, but here's a proof of concept haha basically this lets you attach an auxiliary view on top of the edge of the context menu preview https://user-images.githubusercontent.com/18517029/148428709-cfa2f805-95a2-4ebe-984c-487d68f8c17b.mov

@Flam3rboy i posted a preview on [twitter](https://twitter.com/godominic/status/1482768021949419522?s=21) i'm still designing an API around it, but i'm not sure if the app store would allow this though haha

Hey sorry this took so long, but i fixed this in [v1.7.4 ](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v1.7.4) — this patch contains native code changes, so please don't forget to run `pod install` after updating...

@Flam3rboy let me take a look what version of react-native + the library are you using? and do you know if the bug still happens on production mode?

@fobos531 hello, sorry for the late reply, haven't been active w/ OSS lately afdghsjdjaklfjklsghshgjdfogjdf Basically, to prevent memory leaks, a cleanup routine needs to be triggered whenever the component unmounts....

Hello! This is a bug in the RN Xcode template 😔 As of writing this, it hasn't been officially fixed yet haha To make this library work, you have to...