I have TextInput outside screen with style {position: 'absolute', right: -99}, When i call action typeText(), i receive this error
"Error: Error: Cannot perform action due to constraint(s) failure. Exception with Action: { "Action Name" : "Tap", "Element Description" : "", "Failed Constraint(s)" : "interactable", "All Constraint(s)" : "(!(isSystemAlertViewShown) && ((respondsToSelector(isAccessibilityElement) && isAccessibilityElement) || kindOfClass('UIView')) && (enabled && !(((kindOfClass('UIView') || respondsToSelector(accessibilityContainer)) && ancestorThatMatches(!(enabled))))) && interactable)", "Recovery Suggestion" : "Adjust element properties so that it matches the failed constraint(s)." }
[ { "Description" : "Cannot perform action due to constraint(s) failure.", "Error Domain" : "com.google.earlgrey.ElementInteractionErrorDomain", "Error Code" : "1", "File Name" : "GREYBaseAction.m", "Function Name" : "-[GREYBaseAction satisfiesConstraintsForElement:error:]", "Line" : "66" } ] " How can i do execute action typeText() with React Native TextInput outside screen