LucasBourgeois

Results 11 issues of LucasBourgeois

Hi there, it's quite the same problem than this [issue](https://github.com/GrenderG/Toasty/issues/79). But I don't want to close the toast because I want the user to be fully conscient of what's happening....

question

### Minimal reproducible example https://github.com/LucasBourgeois/expo-gzip ### Summary In a newly created expo app : To run the project : Clone or expo create an app. * `npx create-expo-app expo-gzip `...

Android
Issue accepted

# Bug Report ## Problem Many of this plugin classes are overriding Javascript native classes instead of implements them properly ### What is expected to happen? Plugin Blob, File, ArrayBuffer,...

### Description All is explained [here](https://github.com/facebook/react-native/issues/34431#issue-1340575260) : The refered issue was closed because of unactivity, still the problem is here. Description I send to a server handling GZIP encoding as...

Stale
Platform: Android
Needs: Triage :mag:
Needs: Repro
Newer Patch Available

### Current Behavior `@tamagui/group` contains a dependency to `pmndrs/zustand` through `souporserious/reforest` Zustand contains `import meta`. This is unsupported in EAS and builds are crashing. ``` if ((import.meta.env ? import.meta.env.MODE :...

**Is your feature request related to a problem? Please describe.** Add support of custom emotes like slack does **Describe the solution you'd like** CustomEmotes should support either a local image...

enhancement

JsonEmoji is now a join of 2 types: ```ts export type JsonEmojiBase = { name: string keywords?: string[] } export type UnicodeJsonEmoji = JsonEmojiBase & { emoji: string v: string...

**Describe the bug** To me it looks like a bug because of documentation but it's probably an enhancement to implements **To Reproduce** Steps to reproduce the behavior: 1. Set the...

bug

**Is your feature request related to a problem? Please describe.** If we're integrating the static emojiKeyboard in an element like a bottomSheet, we can't control surrounding UI when focusing the...

enhancement

**Is your feature request related to a problem? Please describe.** We can set the icon category to be either top or bottom. The searchbar position is related to icon category's...

enhancement