Arled Kola

Results 3 issues of Arled Kola

The iOS voice-over feature gets stuck on the first element and doesn't move on to the next when wiping the screen. Tested on iOS only.

#### What was the expected behavior? Able to bypass photo capture on the android simulator when implementing debugImplenetation in dependencies: ``` dependencies { ... debugImplementation "com.onfido.sdk.capture:onfido-capture-sdk-core:7.2.0" releaseDetoxImplementation "com.onfido.sdk.capture:onfido-capture-sdk-core:7.2.0" releaseImplementation "com.onfido.sdk.capture:onfido-capture-sdk:7.2.0"...

feature-request

``` "redux-persist": "^6.0.0", "react": "16.13.1", "react-native": "0.63.4", ``` --- ``` export const migrations = { 0: (state: any) => { return { ...state, someObject: { ...state.someObject, someItem: true }, };...