Andrei Barabas
Andrei Barabas
If you want to use a custom TabBar like ``` ``` currently, the last tab will be cut with 14px, as it does not take into consideration these kind of...
**Describe the bug** If you send / receive this url (all components are already url encoded) https://hibeamapp.com/auction/d29ya3NwYWNlcy9KREJ2aTZucHJRRjdpMWtlSU0xdy9hdWN0aW9ucy9YYkdFbWJRY3dPOGZzaHlMbjF3RA%3D%3D?h=aW5zdGFncmFtOjcxODkwMjU0ODc4MDQ3NjU but it will be automatically converted to https://hibeamapp.com/auction/d29ya3NwYWNlcy9KREJ2aTZucHJRRjdpMWtlSU0xdy9hdWN0aW9ucy9YYkdFbWJRY3dPOGZzaHlMbjF3RA%253D%253D?h=aW5zdGFncmFtOjcxODkwMjU0ODc4MDQ3NjU This is wrong because it...
**Describe the bug** We have multiple MONTHLY subscriptions in our offering, that offer the user in app coins - Get 1000 Coins every month for $9 / month - Get...
If you have a channel with custom properties (which I think all of us have), when we do `channel.show()` the event received does not contain any of the custom properties,...
According to the docs, you can send custom events from the server. ``` await serverClient.sendUserCustomEvent(user_id, { type: 'channel_is_ready', abc: 'efg', }); ``` The problem is though, when you try to...
Hi. Take this example ``` const VideoView = React.forwardRef((props, ref) => { const videoRef = useRef(null!); return ( ); } ``` Unless I disable typing by setting `ref as any`,...
Currently, you need to build the entire UI yourself, but with the support for ephemeral keys, customer and payment sessions, you can now leverage the SDK UI kit available. Read...
### Description If you have fabric enabled in a monorepo, you won't be able to build. The error is caused by this path assumption https://github.com/software-mansion/react-native-reanimated/blob/main/android/CMakeLists.txt#L33 The workaround is to go...
## 🐛 Bug Report If you want to test the react native app to see how it runs on an M1 Mac, flipper currently can't connect to it. The error...
### What problem does this feature solve? v1.7 has not had a patch since April 2024, and v2 has a lot of new bug fixes, especially around ARIA. ### What...