react-native-sg-basic-carousel 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,2 +1,22 @@
|
|
|
1
1
|
# react-native-sg-basic-carousel
|
|
2
2
|
An npm package to display basic carousel on react native applications
|
|
3
|
+
|
|
4
|
+
Example:
|
|
5
|
+
|
|
6
|
+
Android
|
|
7
|
+
|
|
8
|
+
<img width="347" alt="Screenshot 2024-10-11 at 12 36 06 AM" src="https://github.com/user-attachments/assets/303b35d4-425f-4910-992c-9df671a98dd1">
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
.
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
IOS
|
|
21
|
+
|
|
22
|
+
<img width="400" alt="Screenshot 2024-10-11 at 12 46 37 AM" src="https://github.com/user-attachments/assets/40d68bb1-2beb-44bb-93ca-a53a17d1caa9">
|