Elias Lecomte

Results 15 issues of Elias Lecomte

Hi 👋, I would like to add a type to infer the return type of an EventChannel: `const result: EventChannelReturnType = yield take(AnEventChannel);`

feedback wanted
docs
Typings

## 🐛 Bug Report We use wix/react-native-navigation together with Expo, and it works like a charm. However, since Expo upgraded from their react-native-unimodules to Expo Modules, it looks impossible to...

needs triage
triage: bug

**Describe the bug** When the **YoutubePlayer** is rendered inside a list (tested with ScrollView), and the user overscrolls this list, the app crashes, if the video is playing, but not...

* update android gradle plugin * update compileSdkVersion and targetSdkVersion fallback values

* replace jCenter with mavenCentral * bump android gradle plugin * bump gradle-wrapper * use safeExtGet to get min, compile & sdk versions from app

This pr adds a .tool-versions for Asdf. Why Asdf? Asdf is a great tool to make sure all devs are running the same frameworks. I've set good default versions for...

Just a simple java change; don't mutate the ScanResults, just populate the WritableNativeArray correctly.

### Feature description Add configurable timeout option. When the phone couldn't connect to access point in the specified time, cancel the attempt and reject the promise with error `timeoutOccurred`. On...

feature request
work-in-progress

* Update gradle api (compile vs implementation for ex) * Target latest android sdk * Add google repository (required for gradle plugin update) * Use only jCenter * Format