We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625ec5e commit 2575fb7Copy full SHA for 2575fb7
1 file changed
docs/styling-guide.md
@@ -225,6 +225,7 @@ import { Ionicons } from '@expo/vector-icons';
225
226
The component now supports comprehensive accessibility customization:
227
228
+{% raw %}
229
```javascript
230
<GooglePlacesTextInput
231
apiKey="YOUR_KEY"
@@ -238,6 +239,7 @@ The component now supports comprehensive accessibility customization:
238
239
// ...other props
240
/>
241
```
242
+{% endraw %}
243
244
## Styling the Suggestions List
245
0 commit comments