diff --git a/src/styles.js b/src/styles.js index 792ef01..5a27e01 100644 --- a/src/styles.js +++ b/src/styles.js @@ -2,7 +2,7 @@ import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { - ...StyleSheet.absoluteFillObject, + ...StyleSheet.absoluteFill, opacity: 0, backgroundColor: 'transparent', zIndex: 500, @@ -11,7 +11,7 @@ const styles = StyleSheet.create({ opacity: 1, }, background: { - ...StyleSheet.absoluteFillObject, + ...StyleSheet.absoluteFill, }, tooltip: { backgroundColor: 'transparent',