We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8050bd8 + 5d1e652 commit 4d35f40Copy full SHA for 4d35f40
App.tsx
@@ -33,9 +33,6 @@ export default class App extends React.PureComponent {
33
34
const styles = StyleSheet.create({
35
container: {
36
- flex: 1,
37
- // TODO: find better workaround. Needed for Android 12 installs where
38
- // top gets cut off
39
- paddingTop: Platform.OS === 'android' ? StatusBar.currentHeight - 5 : 0
+ flex: 1
40
}
41
});
0 commit comments