diff --git a/src/screens.native.js b/src/screens.native.js
index 588cc022..47eed6f5 100644
--- a/src/screens.native.js
+++ b/src/screens.native.js
@@ -58,7 +58,7 @@ export class Screen extends React.Component {
return ;
} else if (version.minor >= 57) {
- return ;
+ return ;
} else {
// On RN version below 0.57 we need to wrap screen's children with an
// additional View because of a bug fixed in react-native/pull/20658 which