Thomas Fétiveau

Results 53 issues of Thomas Fétiveau

I'm getting this: ``` Warning: PageContainer(...): React component classes must extend React.Component.warning Uncaught TypeError: Cannot read property '_currentElement' of null ``` Any idea why ?

I'm trying to use the `@:native` metadata on a typedef field: ```haxe typedef MyStruct = { var field01 : String, @:native('package') var pack : Dynamic } ``` But the `@:native`...

enhancement
haxe-foundation-partner

We cannot open the generated ios workspace. `[email protected]` XCode 10.0

Since [PR 376](https://github.com/googlemaps/google-maps-ios-utils/pull/376), overlays from KML places are tappable. It prevents the `didTapAtCoordinate` delegate method to be called when we've tapped an overlay. So that now, we cannot get the...

type: bug
priority: p3

I'm using a slider within a [swiper](https://github.com/leecade/react-native-swiper) and it's quite hard to slide the slider without triggering the swiper. How could I improve that situation ? Is there some kind...

bug report
platform: Android

## 🐛 Bug Report I need my Android app to be in SCREEN_ORIENTATION_SENSOR_PORTRAIT (Android) orientation but RNN is proposing only `portrait` and `landscape` values. Could we add support for all...

needs triage
triage: bug

## 🐛 Bug Report I'm using latest RNN version (7.25) and I'm having the following behavior: I set right from the navigation setup the below default options: Navigation.setDefaultOptions({ layout :...

platform: Android
type: accepted/bug

Hi ! My app sends/writes every 400 ms an order to get the peripheral status. It works most of the times but sometimes I do not get/read answers from the...

Hi ! Following [our discussion about it](https://github.com/don/cordova-plugin-ble-central/issues/442), here is a first proposition for a native hook system allowing third party plugins to share BT connections with the ble central plugin...

I'm using the latest 2.15.2 release version of XCDYouTubeKit: ``` ... Installing XCDYouTubeKit (2.15.2) ... ``` I've cleant build folder and rebuilt my app several times. Still, I'm getting those...