pirles
pirles
**Is your feature request related to a problem? Please describe.** yes, there is a problem with multiple apps open, if i open more than one app at the same time,...
**Describe the bug** The application is crashed when using react-compiler with release build (somehow it works on debug build). Still crashed even if "use no memo" is added. Maybe this...
### Steps to reproduce 1. Run yt.studio.upload 2. It failed with 400 Request contains an invalid argument. error My code: ```js import { Innertube } from 'youtubei.js'; import fs from...
This PR fixes a nullish value in `sendMessage`'s `content` parameter being captured in an if statement, causing - for example `{edit: undefined}` attemping to edit a non-existent message, resulting in...
List items are rendered outside of parent height and the TouchableOpacity's onPress event aren't triggered I'm using shadowlist `v0.4.22` with react-native-screens `v4.4.0` and @react-navigation/stack Screenshot  Code: ```typescript ({...