79634775

Date: 2025-05-23 03:00:47
Score: 3
Natty:
Report link

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={{}}
/>
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): having the same problem
  • Low reputation (1):
Posted by: Azael Guerrero