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 338338
339339---
340340
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)
342346
343347Made 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';
225225
226226The component now supports comprehensive accessibility customization:
227227
228+ {% raw %}
228229` ` ` javascript
229230<GooglePlacesTextInput
230231 apiKey = " YOUR_KEY"
@@ -238,6 +239,7 @@ The component now supports comprehensive accessibility customization:
238239 // ...other props
239240/>
240241` ` `
242+ {% endraw %}
241243
242244## Styling the Suggestions List
243245
You can’t perform that action at this time.
0 commit comments