William

Results 23 issues of William

Hello, look like a really promising project. Do you know if it's possible and if it would be hard to provide a way to create native menu like `File` `Edit`,...

enhancement

i've seen a few mention on it in the different Pr/issues but can't find anything about it in the current `fre` package. Is it still something that is planned? A...

### Current Behavior I'm using tamagui in a monorepo, tamagui is a package for the design-system i export `YStack` and `XStack` from `@tamagui/stacks` and styled from `@tamagui/core` In my expo...

# Bug report ## Description / Observed Behavior using `useSWRInfinite` doesn't provide the proper types because it assumes the type is an array but i'm using a cursor based so...

would it be possible to create a pick that allow to use existing optic to collect the keys: ```typescript const user = { firstName: 't', lastName: 't', age: 1} O.get(Opick(lFirstName,...

added omit fn to both syntaxes with docs. Linked to issue #289 @akheron I hope it's all good, no expert so i use pick as a starting point. looks good...

Was looking for a way to get a partial object by removing some keys. In my case, omit would be 2 keys but pick would be like 20 so it's...

trying to export the expo web with expo-router and metro bundle and getting an error because of this package. You do a weird import ```js const TextInputState = require('react-native/Libraries/Components/TextInput/TextInputState'); ```...

https://github.com/intercom/intercom-react-native/releases/tag/6.0.0 update v6 is necessary for iOS17, getting crashes on sentry for iOS 17 users.

### Description Typescript types for FullWindowOverlay doesn't accept a style props to be passed for android case. One of your example pass a style to the component: https://github.com/software-mansion/react-native-screens/blob/a8bb418a8428befbb264ef958a5d7f7ea743048a/FabricTestExample/src/Test1096.tsx#L37 Here is...

Platform: Android
Repro provided