Tommy Romano

Results 5 issues of Tommy Romano

Hi there, not sure which community to post this issue in, but we are repeatedly seeing an issue with expo cli 5.4.2, expo 45.0.5, expo-font 10.1.0 and @expo-google-fonts/poppins 0.2.2 ....

### Minimal reproducible example https://github.com/tomrom-pomelo/expo-50-test ### Summary After upgrading to SDK 50 and the latest expo-dev-client, we can no longer connect to our dev client with the `--tunnel` option set....

Issue accepted

The following fails when running hammer diff: ``` CREATE TABLE SomeTable ( Id String(40), Data JSON, HasSomeValue BOOL AS (IF(JSON_QUERY(Data, '$.value') IS NOT NULL), true, false)) STORED ) PRIMARY KEY...

Hi all - currently this package is pinned on Next < 14, but many other packages in our dependency list require 14+. For now, we have manually overwritten this requirement,...

I am getting a very similar issue to #2067 - the following error is produced when I try to build my app with the "new architecture". The build works without...