d4vidi

Results 285 comments of d4vidi

@empathic-narwhal thanks for this submission. Does your card-view fit inside the screen, or is it in fact scrollable? Can you share your code for setting up the over-scroll effect? Last...

Hey @bogdankolomiets, could you please provide a screenshot / video (can be done easily via android studio)? Also, a code snippet would really help. There might be several causes for...

@iamolegga do you think there's a way to get this sorted out somehow? Perhaps [Detox's implementation](https://github.com/wix/Detox/blob/master/detox/test/android/app/src/main/java/com/example/NativeModule.java#L82) could provide a decent alternative, although asynchronous.

I could provide a fix but best if you give a general approval 😄

>Perhaps [Detox's implementation](https://github.com/wix/Detox/blob/master/detox/test/android/app/src/main/java/com/example/NativeModule.java#L82) could provide a decent alternative, although asynchronous. I meant, an approval of this, in particular.

It is not a Detox top-level API - Detox never runs inside the app. The Detox code I pointed at was of Detox's self-test app.

The main question is whether you'd be willing to change the API in a breaking way, namely from: ```js import {LaunchArguments} from 'react-native-launch-arguments'; const args = LaunchArguments.values() ``` to something...

@noomorph `detox-cli` was never meant to work / ever being installed non-globally. I don't think there's much to do here (although, as always - the submission is appreciated).

Note: Reopened in Detox [`18.20.1`](https://github.com/wix/Detox/releases/tag/18.20.1) ⚠️ Will be readdressed later this month.