This was only fixed for me on iOS. On Android, I'm still having the same problem after updating Expo SDK 52 to 53. I'm sharing the code that fixed the problem for me on iOS devices. If I remove any of these properties, including styles, the app crashes.
react-native: 0.79.2
expo: ^53.0.9
react-native-google-places-autocomplete: ^2.5.7
<GooglePlacesAutocomplete
...
predefinedPlaces={[]}
textInputProps={{}}
styles={{}}
/>