Hyo

Results 49 issues of Hyo

### Minimal reproducible example https://github.com/dooboolab-community/expo-router-starter/tree/migration/expo-49 ### Summary ![Screenshot 2023-07-09 at 10 37 20 PM](https://github.com/expo/expo/assets/27461460/5e978ef3-7920-47f0-af9c-3b7de346e2e1) I am not sure if this are issues with other packages but my boilerplate project started...

Issue accepted

Note from @brentvatne: if you use Metro for web and your web project, and your web build is broken, you can disable it in your app config to work around...

Issue accepted

### Minimal reproducible example https://github.com/hyochan/BooKoo ## Summary After updating to Expo SDK 50, our app consistently crashes approximately 2-3 seconds after launch in TestFlight. This issue is not present when...

Issue accepted

### Minimal reproducible example https://github.com/dooboolab-community/expo-router-starter/pull/5 ### Summary In expo SDK 48, it was possible to load custom `.env` file with `dotenv -e .env.prod -- expo start`. However, from SDK 49,...

needs review

## Problem Comming from https://github.com/prisma/prisma/discussions/5886. As discussed in [Prisma 1 forum](https://v1.prisma.io/forum/t/query-for-random-record/975/9), looks like there is no way to find random records with `findMany`. Indeed, this is such a challenge to...

kind/feature
topic: pagination
team/client
topic: client api
topic: findMany()

**Current behavior:** I have posted issue in https://github.com/expo/expo/issues/23412 and found out that `emotion` actually causes the problem. Currently, `import {css} from '@emotion/native';` and using `css` variable in `style` props does...

bug
needs triage

**Current behavior:** I found the issue with emotion styled-component when there are more than one condition overlap. For example, I have below code. ```tsx const Content = styled.View` background-color: ${({theme})...

bug
needs triage

Hello, thank you very much for your warm interest and support for the [HackaTalk](https://github.com/dooboolab-community/hackatalk) project over the years. ![3](https://user-images.githubusercontent.com/27461460/236683615-55aa5f6e-c35f-4105-b133-6bf8fa6533dc.png) HackaTalk, which started in the [dooboolab community](https://github.com/dooboolab-community) in 2019, was a...

I added below after above screenshot appears. ``` deps: { inline: [ "nexus-prisma" ] } ``` Then the result becomes ``` FAIL tests/api.test.ts [ tests/api.test.ts ] Error: Failed to load...

type/bug
esm

Hi! Thanks for awesome library `nexus`. I've been using this for many years now. Today, I am looking to upgrade our project to ESM and I am stuck in error...