You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/react-native-testing-library/typings/index.d.ts(4,3): error TS2724: Module '"react-native"' has no exported member 'AccessibilityStates'. Did you mean 'AccessibilityState'?
Expected behavior
The TSC linter shouldn't through any error and the type has a typo that needs to be fixed.
Steps to Reproduce
Add bash -c tsc to husky commit hooks and try to commit the code or just run tsc