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
/Users/xyz/xyzz/xyzzz-app/node_modules/@react-native-community/slider/android/src/main/java/com/reactnativecommunity/slider/ReactSliderManager.java:152: error: cannot find symbol
if (view.isAccessibilityFocused() && Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
^
symbol: variable R
location: class VERSION_CODES
Description
Getting error of view.isAccessibilityFocused() && Build.VERSION.SDK_INT >= Build.VERSION_CODES.R this when runs app in android studio
Reproducible Demo
Previously i have version 4.1.3 then this error came and then i have updated current version to 4.1.8 but still this error remain
s