@umituz/react-native-design-system 2.3.15 → 2.3.16

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +14 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "2.3.15",
3
+ "version": "2.3.16",
4
4
  "description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive and safe area utilities",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
package/src/index.ts CHANGED
@@ -411,6 +411,20 @@ export {
411
411
  type CountdownTarget,
412
412
  type CountdownFormatOptions,
413
413
  type CountdownDisplayConfig,
414
+ // Animation
415
+ Animated,
416
+ useSharedValue,
417
+ useAnimatedStyle,
418
+ withTiming,
419
+ withSpring,
420
+ withSequence,
421
+ withRepeat,
422
+ runOnJS,
423
+ cancelAnimation,
424
+ Easing,
425
+ type SharedValue,
426
+ type WithTimingConfig,
427
+ type WithSpringConfig,
414
428
  } from './molecules';
415
429
 
416
430
  // =============================================================================