Danilo Bürger

Results 64 comments of Danilo Bürger

@jacobp100 @janicduplessis Another thing I noticed which might be related to this: Whenever adding a `SafeAreaView` on iOS the children will get the same size set as the `SafeAreaView` on...

@mikehardy Why though? Core Telephony is available for Mac Catalyst. See https://developer.apple.com/documentation/coretelephony?language=objc

@EverlastingBugstopper thank you for your awesome work. Could we also get a musl arm64 build? They are provided for x86 so it makes sense (at least to me) to also...

@EverlastingBugstopper It seems like supergraph was released with arm support a while ago. Is there anything still missing in order to merge this?

That seems to fix it. I wonder though why its necessary as when using yarn and **not** rnx-kit, it works without adding mjs to sourceExts.

Removing module from resolverMainFields instead of adding mjs to sourceExts works as well.

@afoxman Metro recently changed its behavior by including cjs and mjs by default (see https://github.com/facebook/metro/commit/c1c6d9c09fa92aa2ba71d803fdfa480e4dbb6a51). I think rnx-kit should match this, which I think should resolve this error?

@glasser ``` export const apolloUsageReportingHostname = "usage-reporting.api.apollographql.com" ```

@glasser to be able to inspect outgoing requests. For example I might want to trace outgoing requests but not the ones to the usage reporting api. It would be nice...