Skip to content

Commit b6bb59b

Browse files
committed
v1.0.4
1 parent f332217 commit b6bb59b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<h1 align="center">Welcome to @mrakesh0608/react-native-loading-dots 👋</h1>
2+
23
<p align='center'>A Loading Dots Component for React Native</p>
4+
35
<p align='center'>
46
<a href="https://www.npmjs.com/package/@mrakesh0608/react-native-loading-dots" target="_blank">
57
<img alt="Version" src="https://img.shields.io/npm/v/@mrakesh0608/react-native-loading-dots.svg">
@@ -23,7 +25,17 @@
2325
npm i @mrakesh0608/react-native-loading-dots
2426
```
2527
## Usage
26-
[Try on Expo Snack](https://snack.expo.dev/@mrakesh0608/react-native-loading-dots-)
28+
<div align='right'>
29+
<a href="https://snack.expo.dev/@mrakesh0608/react-native-loading-dots-" target="_blank">
30+
<span>Try this example on Expo Snack</span>
31+
<svg width="14px" height="14px" viewBox="0 0 16 16" style="vertical-align: -1px" stroke="none" stroke-width="1" fill="none">
32+
<polyline stroke="currentColor" points="8.5 0.5 15.5 0.5 15.5 7.5" />
33+
<path d="M8,8 L15.0710678,0.928932188" stroke="currentColor" />
34+
<polyline stroke="currentColor" points="9.06944444 3.5 1.5 3.5 1.5 14.5 12.5 14.5 12.5 6.93055556" />
35+
</svg>
36+
</a>
37+
</div>
38+
2739
```
2840
import { View, Text, ScrollView } from 'react-native';
2941
import { LoadingDots } from '@mrakesh0608/react-native-loading-dots';
@@ -73,4 +85,4 @@ Give a ⭐️ if this project helped you!
7385

7486
## 📝 License
7587
Copyright © 2023 [Merugu Rakesh](https://github.com/mrakesh0608).<br />
76-
This project is [MIT](https://github.com/mrakesh0608/react-native-loading-dots/blob/master/LICENSE) licensed.
88+
This project is [MIT](https://github.com/mrakesh0608/react-native-loading-dots/blob/master/LICENSE) licensed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrakesh0608/react-native-loading-dots",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Loading Dots Component for React Native",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)