Daniel Kim

Results 3 issues of Daniel Kim

I've downloaded the example project in the readme (https://github.com/aheze/Popovers/raw/main/Examples/PopoversXcodeApp.zip) and opened it from where it was downloaded (~/Downloads), and it caused Xcode to hang for a long time. It opened...

bug

Trying to show a popover as soon as a view appears. @State var showingPopover: Bool = false var body: some View { Button { showingPopover.toggle() } label: { Image(systemName: "questionmark.circle")...

help wanted
low priority

### How frequently does the bug occur? Always ### Description We have an iOS app that was initially written in Swift/SwiftUI and we are slowly adding React Native components. The...

T-Bug
O-Community
SDK-Use:Local
Encryption:Off
Frequency:Always
Repro:Always