heap / react-native-heap

A React Native integration for Heap
MIT License
82 stars 36 forks source link

Fix and break tests #287

Closed bnickel closed 2 years ago

bnickel commented 2 years ago

The detox tests broke for me after upgrading to Xcode 13.3. I fixed this by upgrading to detox 19.5.7 BUT that version explicitly doesn't support ReactNative 0.63 on Android.

Potential fixes would be to have a separate test driver for 0.63 on Android. Another would be to simply not test 0.63 on Android. Still another would be to drop support for 0.63, but I'm not ready for that. I'd advocate to merge this as-is and just not test 0.63 on Android for now.

Checklist