Hanyu Li

Results 15 comments of Hanyu Li

Is it possible to let the previous screen stay on the background on navigate to a modal screen like StackNavigator does with transparent card?

I confirm. The return value from `getPublicKey` or `getPublicKeyRSA` on iOS is of the type `PublicKey`, not a `string`. On Android it's a `string`.

I've also encountered this problem and by debugging the babel preset I find that there is an option to opt out env var inlining. The inlining is enabled when this...

Possibly related: https://github.com/expo/expo/pull/26766

I confirm, the keypair changes when upgrading from v1 to v2 with the same key tag.

We have this issue with the `browser-aarch64` version `2.4.6`. By changing the base image from `balenalib/%%BALENA_MACHINE_NAME%%-debian-node:${NODEJS_VERSION}-buster-run` to `balenalib/%%BALENA_MACHINE_NAME%%-node:${NODEJS_VERSION}-run`, I made the hardware acceleration working. It seems the debian buster node...

+1 for this feature. We have a react native project localized with react-intl. We use `formatjs extract` to extract all message definitions to a JSON file then import the file...

Still seeing this with: expo: 51.0.23 expo-image: 1.12.13 jest-expo: 51.0.3 Is there any plan on a release of the fix? I don't see any version containing the fix commit.

Still having the issue with expo: 51.0.23 expo-image: 1.12.13 jest-expo: 51.0.3

> > Still having the issue with expo: 51.0.23 expo-image: 1.12.13 jest-expo: 51.0.3 > > use the expo SDK v51.0 18 maybe in next version they will fix it Still...