-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
🐛 Bug Report
Although this is not a bug per se, react-native-navigation is not optimized for RN version >= 0.65
When I build Android I get a bunch of not used parameters warnings
w: /node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/options/ValueAnimationOptions.kt: (63, 25): The corresponding parameter in the supertype 'Any' is named 'other'. This may cause problems when calling this function with named arguments. w: /node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/topbar/TopBarAnimator.kt: (7, 22): Parameter 'translationStart' is never used w: /node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/topbar/TopBarAnimator.kt: (7, 47): Parameter 'translationEndDy' is never used w: /node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/views/element/animators/PropertyAnimatorCreator.kt: (17, 44): Unchecked cast: View to T w: /node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/views/element/animators/PropertyAnimatorCreator.kt: (17, 53): Unchecked cast: View to T w: /node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/views/element/animators/PropertyAnimatorCreator.kt: (25, 91): Unchecked cast: Type! to Class<T>