perrystreetsoftware / react-native-rtmpview

Show RTMP views on iOS + Android using React Native
MIT License
98 stars 16 forks source link

Disable AndroidX since it is not yet supported by react-native #8

Closed guess closed 5 years ago

guess commented 5 years ago

Since react-native libraries have not yet been migrated to AndroidX, we need to disable the support annotation library from being jetified when the main project is using AndroidX.

This can probably be removed after react-native 0.60.x is released.