Jacob Parker

Results 261 comments of Jacob Parker

I wanted to rework getting the sage area insets directly from the provider rather than relying on UIKit to propagate it to subviews (see https://github.com/th3rdwave/react-native-safe-area-context/issues/92). I think the fix for...

We need more information about what your setup is - really with a minimal repro - to fix the problem if it's a bug, or tell you where you're going...

What happens if you set follow the instructions [here](https://github.com/th3rdwave/react-native-safe-area-context#optimization) for [this](https://github.com/egorkhmelev/safe-area-bug/blob/main/App.js#L30)

The hook has a slightly delayed response to changes compared to SafeAreaView. SAV is done purely natively, so we skip the bridge. But if something else has a delay, sometimes...

To be honest, you should only use the hook when you absolutely have to - when it updates, it lags behind SAV. I think the problem for you is [your...

Can someone try this in v4? If you’re still able to reproduce, could you make a minimal repo so we can understand the issue?

Possible free (and lesser known) alternatives to, Avenir: https://www.google.com/fonts/specimen/Montserrat DIN: https://github.com/larsenwork/Gidole Design (including logo) looks great though!

I noticed it's not picking up my site's fonts. Example, https://jacobdoescode.com/technicalc/

UMD still has place for webworkers, where ES modules aren't supported in any non-Chrome browser. You gotta use `importScripts`, and UMD will generate globals that you can use.

@splashsky You could probably fake it for now - https://github.com/jacobp100/technicalc-core/blob/master/packages/technicalc-prebuilt/build.js#L88-L109 I think this looks to be pretty low priority