react-native-google-places-autocomplete 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -820,7 +820,7 @@ export const GooglePlacesAutocomplete = forwardRef((props, ref) => {
820
820
  placeholder={props.placeholder}
821
821
  onFocus={
822
822
  onFocus
823
- ? () => {
823
+ ? (e) => {
824
824
  _onFocus();
825
825
  onFocus(e);
826
826
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-google-places-autocomplete",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Customizable Google Places autocomplete component for iOS and Android React-Native apps",
5
5
  "main": "GooglePlacesAutocomplete.js",
6
6
  "types": "GooglePlacesAutocomplete.d.ts",