@umituz/react-native-onboarding 1.0.5 → 1.0.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-onboarding",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Generic onboarding flow for React Native apps with gradient backgrounds, animations, and customizable slides. SOLID, DRY, KISS principles applied.",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -133,7 +133,7 @@ export const OnboardingScreen: React.FC<OnboardingScreenProps> = ({
133
133
  {renderSlide ? (
134
134
  renderSlide(currentSlide)
135
135
  ) : (
136
- <OnboardingSlide slide={currentSlide} />
136
+ <OnboardingSlideComponent slide={currentSlide} />
137
137
  )}
138
138
  {renderFooter ? (
139
139
  renderFooter({