When setting isRowScrollable={false}, I would expect the text for results wider than one line to wrap or be truncated. At the moment they seem to extend beyond the width of the container meaning that the end of the text is cut-off.
This seems to be because the
https://snack.expo.io/@robertnash/react-native-google-places-text-wrapping
React Native Version: 0.63.2
[ Not tested] iOS
If you are using expo please indicate here:
Add any other context about the problem here, screenshots etc

This is a good catch. I just made a change to this, and I tested it quite thoroughly, but only on iOS. It seems to works properly on iOS, but not android and the web. I am taking a look now.
Also, thank you for the awesome reproduction and bug report!
Released as 2.0.3. I made one small change, because using flex: 1 in the contentContainerStyle caused a bug with ellipsis text when isRowScrollable={false}.