You are passing a `string` to the children prop, which is why you are getting this error.
Change the way you are using it, like this:
<SafeScreen> <Text>....</Text> </SafeScreen>