Open lafiosca opened 4 years ago
Regarding the above, I'd like to also issue a blanket apology here to users of Drax who have been waiting for me to address the outstanding issues and PRs. I should be putting in some work on catching up relatively soon.
It seems to be working with these versions for the most part, although there may be an issue with Android DraxLists in RN 0.63 which could be an interaction with one of these?
Drax needs to be updated to support RN 0.62+ (0.63 at time of writing this) as per #54
I'm in the process of updating my mobile app which uses Drax from RN 0.61 to 0.63, and as part of that effort I'm moving from react-navigation v3 to v5. That library used to provide a custom
SafeAreaView
, but in v5 they recommend usingreact-native-safe-area-context
(which is on v3 currently).I need to determine whether Drax is compatible with the latest react-native-safe-area-context and react-navigation, at least for the most common use.