Younes
Younes
### How frequently does the bug occur? All the time ### Description Hi, I used the template `@realm/expo-template-ts` with `@expo/electron-adapter` to run the app with electron runtime, but I'm facing...
### Summary Hi, I used the template `@realm/expo-template-ts` with `@expo/electron-adapter` to run the app with electron runtime, but I'm facing this issue. Please find reproductible repo here : https://github.com/younes200/expo-electron-realm app.json...
Add `forward_auth` to allow push stream with attached authentification. Example : ``` worker_processes auto; rtmp_auto_push on; rtmp_auto_push_reconnect 1s; events {} rtmp { server { listen 1935; listen [::]:1935 ipv6only=on; chunk_size...
Hi, We use `react-player` in our open source project [celluloid](https://github.com/celluloid-camp/celluloid), a small contribution to add support for [PeerTube](https://docs.joinpeertube.org/api-embed-player) videos. Its follow the same structure from other players component. Peertube is...
### Summary Hi, I used the template `@realm/expo-template-ts` with `@expo/electron-adapter` to run the app with electron runtime, but I'm facing this issue. Please find reproductible repo here : https://github.com/younes200/expo-electron-realm app.json...
Hi, I used the template @realm/expo-template-ts with @expo/electron-adapter to run the app with electron runtime, but I'm facing this issue. Please find reproductible repo here : https://github.com/younes200/expo-electron-realm Log output ```...
**Describe the bug** `dark:` modifier broken on the last version for native apps : works fine with` ios:` `android:` : **To Reproduce** Steps to reproduce the behavior: 1. Start project...
### What happened? Hi, I am trying to execute an asynchronous function in `popup.tsx` as shown by this simple example: ```ts async function test () { return new Promise((resolve) =>...