Replies: 1 comment 3 replies
-
going through this issue and stuck from last 4 days |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
C:\Users\devta\ReactNativeProjects\hello_app\node_modules\react-native-reanimated\android\src\main\java\com\swmansion\reanimated\layoutReanimation\AnimationsManager.java:356: error: pattern matching in instanceof is not supported in -source 11
if (props.get(Snapshot.TRANSFORM_MATRIX) instanceof ReadableNativeArray matrixArray) {
^
(use -source 16 or higher to enable pattern matching in instanceof)
C:\Users\devta\ReactNativeProjects\hello_app\node_modules\react-native-reanimated\android\src\main\java\com\swmansion\reanimated\NodesManager.java:492: error: switch rules are not supported in -source 11
case Boolean -> copy.pushBoolean(array.getBoolean(i));
^
(use -source 14 or higher to enable switch rules)
2 errors
Beta Was this translation helpful? Give feedback.
All reactions