pirles

Results 5 issues of 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...

bug

### 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...

bug

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...

testing needed

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 ![Shadowlist bug](https://github.com/user-attachments/assets/868a432f-67b6-4cd1-879a-63ae88e16644) Code: ```typescript ({...