react-native-interactive-image-gallery
react-native-interactive-image-gallery copied to clipboard
React Native error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined
The app crashes on Android when trying to display the gallery. React Native 0.44.0
Fixed by replacing <SafeAreaView ... > with <View ...>