Dominique Rau

Results 18 issues of Dominique Rau

This should be only optional. Interested in PR?

Using utf8 with hermes was too slow, so I've moved encoding to native. I'll be testing this for the next two weeks and report issues here. The changes are quite...

I really like this project and would like to use it for web-projects as well (without react-native-web). Would you consider a PR splitting up the file in a way we...

enhancement
help wanted

Would it be possible to add a .bound variant for actionAsync?

This will run on `yarn install` for consumers of this library. Instead of `postinstall` we should use `prepack`. https://github.com/callstack/react-native-slider/blob/8619daf7518c24ff7fdcfced73111d7dd856f727/package/package.json#L22 I'm getting: ``` error PROJECT_DIR/node_modules/@react-native-community/slider: Command failed. Exit code: 254 Command:...

bug report
documentation

## Summary Instead of using the AlertDialog from the android library we use the AlertDialog from the support library to render dialogs properly on Lollipop phones. ## Changelog [Android] [Fixed]...

CLA Signed
Stale
Platform: Android
Bug

## Summary See https://github.com/facebook/react-native/commit/e020576b34fb6ca6d3f9fe38916844b78a45c0e3 for rational. This bug in UIKit does apply for all UITextInput views. So this PR copies over the fix from multiline-view to singleline-view. ## Changelog [iOS]...

CLA Signed
Platform: iOS
Stale
Bug

While using a custom cert pinnner calling `completion(.failed(error))` will update the state with state `waiting` passing the cert error. In this case we also should call the error handler.

We have different namespaces, but within the namespaces we have the same key multiple times. E.g. `alert.title` could be `"attention"` in namespace `a` and `"warning"` in namespace `b`. When exporting...

bug

taiSeconds are 40bits => 5 bytes which means it won't fit into 4 byte int https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/blob/1e71dabe7cd0a1047db4b662d2af41fb5e9e3584/mesh/src/main/java/no/nordicsemi/android/mesh/transport/TimeStatus.java#L33 which means the BitReader should also parse to long