ThaBrad

Results 7 comments of ThaBrad

@jesperneelen I don't think it's your problem. Having tons of problem too with this quite broken library. Will probably do it "myself" now: https://www.raymondcamden.com/2015/05/18/tracking-and-notifying-geolocation-status-with-ionic/ (there is also a trick to...

I'm curious. Is there any reason why **Electron** was picked over **Tauri**? I mean if one utilises tons and tons of Electron (advanced) API features I **totally** get it, not...

Yes `data={dataResult as any}` solves this, but why should this libs type differ from the working native implementation?! 🤔

Should be be simple copy & paste-ing the Typescript types from the native BottomSheet implementation, no?!

it's a tsx file (React-Native App) --> so typescript label (couldn't assign label myself in issue)

@ljharb thx man! And yes, **almost** suffices, you solution gives me "one indentation too much" for the opening fragment (and then the following lines). This does it --> ``` {buttons...

In 2022 to not use typescript is kinda stupid (coming from a Senior Frontend Dev working at a FAANG company) 😉. If you adapt build script a tiny bit, you...