Jonathan Moskovich

Results 7 issues of Jonathan Moskovich

App is crashing with the following error in the adb log when I include react-native-launch-arguments v3.1.0. Removing the import fixes the issue. What could be the problem? Environment info: Android...

## Description Enable/disable the synchronization mechanism with a launch argument. - This pull request addresses the issue described here: #3270 Fixes #3461

## Description Add Android support for running getAttributes on more than one matching view - This pull request addresses the issue described here: #3196

## Description Additional fixes on top of the [original pr](https://github.com/wix/Detox/pull/3195) Resolves https://github.com/wix/Detox/issues/3175 Resolves https://github.com/wix/Detox/issues/2537 **Implemented only for Android.** 1. Improve APK install time by: * taking a hash of the...

### What happened? waitFor is missing the swipe action (probably WaitForActionInteraction), and as a result calls to swipe within waitFor return errors similar to `TypeError: waitFor(...)....swipe is not a function`...

type: bug 🐞
user: looking for contributors
platform: android
status: accepted

### What does this PR do? Use the datastore from Session Replay, so that resource hashes are persisted between sessions. ### Motivation The second part of the effort to persist...

### What does this PR do? Adds the capability to write/read files in TLVformat, and defines a DataStore type that features can use to persist data between sessions. ### Motivation...