aport-tools 4.5.0 → 4.5.2

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/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! aport-tools v4.5.0 | ISC */
1
+ /*! aport-tools v4.5.2 | ISC */
2
2
  import React, { useContext, useState, createContext, useRef, useEffect, useMemo, useCallback } from 'react';
3
3
  import { StyleSheet, Text as Text$1, Animated, View, TouchableOpacity, Image, TextInput, Modal, Pressable, FlatList, Keyboard, Platform, Alert, ActivityIndicator } from 'react-native';
4
4
  import { ThemeContext } from 'aport-themes';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! aport-tools v4.5.0 | ISC */
1
+ /*! aport-tools v4.5.2 | ISC */
2
2
  'use strict';
3
3
 
4
4
  var React = require('react');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aport-tools",
3
- "version": "4.5.0",
3
+ "version": "4.5.2",
4
4
  "description": "Aport mobile Tools with modern and minimalistic design",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -45,9 +45,9 @@
45
45
  "@rollup/plugin-json": "^6.1.0",
46
46
  "@rollup/plugin-node-resolve": "^15.3.0",
47
47
  "@rollup/plugin-typescript": "^12.1.0",
48
- "@types/react": "^18.3.10",
48
+ "@types/react": "19.0.0",
49
49
  "@types/react-native": "^0.73.0",
50
- "react-native-reanimated": "^3.10.1",
50
+ "react-native-reanimated": "^3.17.5",
51
51
  "rollup": "^4.22.5",
52
52
  "rollup-plugin-peer-deps-external": "^2.2.4",
53
53
  "typescript": "^5.6.2"
@@ -56,10 +56,8 @@
56
56
  "@react-native-async-storage/async-storage": "^1.23.1",
57
57
  "aport-themes": "^1.0.6",
58
58
  "expo-image-picker": "^16.0.2",
59
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
60
- "react-native": ">=0.60",
61
- "react-native-reanimated": "^3.6.1"
62
- },
63
- "dependencies": {
59
+ "react": "19.0.0",
60
+ "react-native": "0.79.0",
61
+ "react-native-reanimated": "^3.17.5"
64
62
  }
65
63
  }
@@ -1,2 +0,0 @@
1
- import Animated, { useAnimatedStyle, useSharedValue, withSpring } from 'react-native-reanimated';
2
- export { Animated as useAnimated, useAnimatedStyle, useSharedValue, withSpring };