Skip to content

Commit cbffaad

Browse files
committed
fix(docs): styling guide
1 parent 625ec5e commit cbffaad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ MIT
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
343347
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)

docs/styling-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ import { Ionicons } from '@expo/vector-icons';
225225
226226
The 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

0 commit comments

Comments
 (0)