react-native-menu / menu

UIMenu Component for React Native
MIT License
998 stars 59 forks source link

Add Version-Specific Kotlin Implementations for Android to Support React Native 0.76+ and lower #948

Closed dmitry-blackwave closed 3 weeks ago

dmitry-blackwave commented 4 weeks ago

Overview

Summary

The previous PR introduced a fix for React Native 0.76 compatibility but inadvertently broke support for earlier React Native versions https://github.com/react-native-menu/menu/pull/941. This PR restructures the Android implementation to support multiple versions of React Native by providing separate Kotlin class implementations based on the React Native version in use.

Main changes:

marcosrdz commented 3 weeks ago

@Naturalclar We need this