react-native-tuto-showcase 1.0.6 → 1.0.7
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 +2 -9
- package/package.json +21 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🔦 **react-native-tuto-showcase**
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**Fully Customizable Spotlight / Tutorial / Coachmark Overlay for React Native — Perfect for Onboarding, Feature Discovery & Guided Tours**
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/react-native-tuto-showcase)
|
|
6
6
|
[](https://github.com/ahmedhegazydev/react-native-tuto-showcase/blob/master/LICENSE)
|
|
@@ -336,11 +336,4 @@ Built with ❤️ by **Ahmed Hegazy**
|
|
|
336
336
|
|
|
337
337
|
## 📄 License
|
|
338
338
|
|
|
339
|
-
MIT © **Ahmed Mohamed Ali Ali Hegazy**
|
|
340
|
-
|
|
341
|
-
---
|
|
342
|
-
|
|
343
|
-
## 🔍 SEO / Keywords
|
|
344
|
-
|
|
345
|
-
**Keywords:**
|
|
346
|
-
`react native tutorial` · `react native onboarding` · `react native coach marks` · `react native walkthrough` · `react native spotlight` · `react native highlight view` · `react native feature discovery` · `react native guided tour` · `react native tooltip overlay` · `react native help overlay` · `react native lottie overlay` · `react native interactive tutorial` · `react native drag reorder tutorial` · `react native product tour` · `react native showcase` · `react native hint` · `react native gesture hint` · `react native ux onboarding` · `react native step by step tutorial`
|
|
339
|
+
MIT © **Ahmed Mohamed Ali Ali Hegazy**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-tuto-showcase",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Customizable tutorial / spotlight overlay for React Native (onboarding, feature tours, coachmarks).",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,7 +22,26 @@
|
|
|
22
22
|
"spotlight",
|
|
23
23
|
"showcase",
|
|
24
24
|
"coachmark",
|
|
25
|
-
"overlay"
|
|
25
|
+
"overlay",
|
|
26
|
+
"react native tutorial",
|
|
27
|
+
"react native onboarding",
|
|
28
|
+
"react native coach marks",
|
|
29
|
+
"react native walkthrough",
|
|
30
|
+
"react native spotlight",
|
|
31
|
+
"react native highlight view",
|
|
32
|
+
"react native feature discovery",
|
|
33
|
+
"react native guided tour",
|
|
34
|
+
"react native tooltip overlay",
|
|
35
|
+
"react native help overlay",
|
|
36
|
+
"react native lottie overlay",
|
|
37
|
+
"react native interactive tutorial",
|
|
38
|
+
"react native drag reorder tutorial",
|
|
39
|
+
"react native product tour",
|
|
40
|
+
"react native showcase",
|
|
41
|
+
"react native hint",
|
|
42
|
+
"react native gesture hint",
|
|
43
|
+
"react native ux onboarding",
|
|
44
|
+
"react native step by step tutorial"
|
|
26
45
|
],
|
|
27
46
|
"author": "Ahmed Mohamed Ali Ali Hegazy",
|
|
28
47
|
"license": "MIT",
|