diff --git a/apps/common-app/src/legacy/basic/pagerAndDrawer/index.android.tsx b/apps/common-app/src/legacy/basic/pagerAndDrawer/index.android.tsx index 7fe929ffa0..ad80c8a707 100644 --- a/apps/common-app/src/legacy/basic/pagerAndDrawer/index.android.tsx +++ b/apps/common-app/src/legacy/basic/pagerAndDrawer/index.android.tsx @@ -66,7 +66,7 @@ const styles = StyleSheet.create({ backgroundColor: '#F5FCFF', }, page: { - ...StyleSheet.absoluteFillObject, + ...StyleSheet.absoluteFill, alignItems: 'center', justifyContent: 'center', }, diff --git a/apps/common-app/src/legacy/recipes/scaleAndRotate/index.tsx b/apps/common-app/src/legacy/recipes/scaleAndRotate/index.tsx index c39e8df98f..ac5c342e0b 100644 --- a/apps/common-app/src/legacy/recipes/scaleAndRotate/index.tsx +++ b/apps/common-app/src/legacy/recipes/scaleAndRotate/index.tsx @@ -155,7 +155,7 @@ export default PinchableBox; const styles = StyleSheet.create({ container: { - ...StyleSheet.absoluteFillObject, + ...StyleSheet.absoluteFill, backgroundColor: 'black', overflow: 'hidden', alignItems: 'center', diff --git a/apps/common-app/src/legacy/showcase/bottomSheet/index.tsx b/apps/common-app/src/legacy/showcase/bottomSheet/index.tsx index 86facab218..bbf2c229b6 100644 --- a/apps/common-app/src/legacy/showcase/bottomSheet/index.tsx +++ b/apps/common-app/src/legacy/showcase/bottomSheet/index.tsx @@ -130,10 +130,10 @@ export class BottomSheet extends Component< maxDurationMs={100000} ref={this.masterdrawer} maxDeltaY={this.state.lastSnap - SNAP_POINTS_FROM_TOP[0]}> - +