File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 338
338
339
339
---
340
340
341
- Written by Amit Palomo
341
+ Available on Github:
342
+ [https://github.com/amitpdev/react-native-google-places-textinput](https://github.com/amitpdev/react-native-google-places-textinput)
343
+
344
+ Written by [Amit Palomo](https://github.com/amitpdev)
345
+ See other projects I built on [my blog](https://amitpdev.github.io)
342
346
343
347
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ import { Ionicons } from '@expo/vector-icons';
225
225
226
226
The component now supports comprehensive accessibility customization:
227
227
228
+ {% raw %}
228
229
` ` ` javascript
229
230
<GooglePlacesTextInput
230
231
apiKey = " YOUR_KEY"
@@ -238,6 +239,7 @@ The component now supports comprehensive accessibility customization:
238
239
// ...other props
239
240
/>
240
241
` ` `
242
+ {% endraw %}
241
243
242
244
## Styling the Suggestions List
243
245
You can’t perform that action at this time.
0 commit comments