@umituz/react-native-onboarding 3.6.17 → 3.6.20

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@umituz/react-native-onboarding",
3
- "version": "3.6.17",
3
+ "version": "3.6.20",
4
4
  "description": "Advanced onboarding flow for React Native apps with personalization questions, theme-aware colors, animations, and customizable slides. SOLID, DRY, KISS principles applied.",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
7
7
  "scripts": {
8
- "typecheck": "npx tsc --noEmit 2>&1",
9
- "lint": "eslint . --fix"
8
+ "typecheck": "tsc --noEmit",
9
+ "lint": "eslint src --ext .ts,.tsx --max-warnings 0"
10
10
  },
11
11
  "keywords": [
12
12
  "react-native",
@@ -30,7 +30,7 @@ export interface QuestionOption {
30
30
  label: string;
31
31
 
32
32
  /**
33
- * Optional icon (emoji or Lucide icon name)
33
+ * Optional icon (emoji or Ionicons name)
34
34
  */
35
35
  icon?: string;
36
36