Skip to content

Releases: amitpdev/react-native-google-places-textinput

Release 0.8.0

09 Jul 20:50
Compare
Choose a tag to compare

0.8.0 (2025-07-09)

  • feat: add accessibility, blur method, and custom clear button to support icons (fe41690)
  • feat: add onFocus/onBlur events (89a55ae)

Release 0.7.4

29 Jun 16:44
Compare
Choose a tag to compare

0.7.4 (2025-06-29)

  • feat: add scrollEnabled and nestedScrollEnabled props to control FlatList scrolling (4405968)

Release 0.7.3

12 Jun 16:12
Compare
Choose a tag to compare

0.7.3 (2025-06-12)

  • feat: add debug logging functionality (e4a2102)

Release 0.7.2

07 Jun 23:28
Compare
Choose a tag to compare

0.7.2 (2025-06-07)

  • chore: upgrade dependencies and align TypeScript configuration (5d31b83)
  • refactor: migrate codebase from JS to TypeScript (f10260b)

Release 0.7.1

07 Jun 19:46
Compare
Choose a tag to compare

0.7.1 (2025-06-07)

  • feat: add support for Google Places Details API with CORS proxy for Expo Web (8c52229)
  • fix: onPlaceSelect not called on web fixed by delaying hide onBlur (62e13c2)
  • fix: prevent unwanted suggestions fetch after clear button tap (in Expo only) (c9ea05f)

Release 0.7.0

06 Jun 15:17
Compare
Choose a tag to compare

0.7.0 (2025-06-06)

  • feat: add support for fetching extended place details upon place selection (4b361b0)
  • feat: implement session token management to optimize Google Places API billing (d762d9f)

Release 0.6.2

13 May 23:24
Compare
Choose a tag to compare

0.6.2 (2025-05-13)

  • chore: remove unnecessary margin styles from container (a4a83ad)
  • feat: add hideOnKeyboardDismiss prop to control suggestion visibility on keyboard dismiss (62bca6f)
  • feat(types): add comprehensive TypeScript declarations (6eb37ca)

Release 0.6.1

29 Apr 00:38
Compare
Choose a tag to compare

0.6.1 (2025-04-29)

  • fix: enhance RTL support with improved text alignment and padding (4167d5d)

Release 0.6.0

18 Apr 18:56
Compare
Choose a tag to compare

0.6.0 (2025-04-18)

  • feat: add forceRTL prop and improve RTL handling (f14389c)

Release 0.5.0

18 Apr 01:12
Compare
Choose a tag to compare

0.5.0 (2025-04-18)

  • feat: add clear button functionality (1926920)
  • feat: dismiss keyboard on place selection (0bcd339)
  • feat: update README with new preview section and examples (f2d7ff9)