Skip to content

Commit f26efb3

Browse files
authored
Update More.AndroidSupportStatus.md
1 parent 8ee7ef9 commit f26efb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/More.AndroidSupportStatus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Detox is being developed on Macs, but there is no Mac specifc command on any of
7676
- Detox Android doesn't wait for Timers scheduled less than 1.5sec in the future. Its look ahead threshold is only 15ms.
7777
- Contrary to iOS, synchronization can not be completely turned off by [device.disablesynchronization()](https://github.com/wix/detox/blob/master/docs/APIRef.DeviceObjectAPI.md#devicedisablesynchronization). It turns off only the monitoring of the network operation at the moment. This feature will never be fully implemented as Espresso syncs can not be turned off completely. It is planned to tie the Animation syncronization too to it.
7878
- Detox Android doesn't wait for delayed animations. (iOS waits for 1.5sec for delayed animations)
79+
- Please be aware that the order of the elements using the `atIndex()` API can be different between the two platforms. You can use the `getPlatform()` API to use different indexes in your tests. See below.
7980

8081
## General remarks
8182
- For a technical reason related to React Native, Detox can not synchronize with native driver animations prior to RN 45.

0 commit comments

Comments
 (0)