aport-tools 4.0.21 → 4.0.22

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! aport-tools v4.0.21 | ISC */
1
+ /*! aport-tools v4.0.22 | ISC */
2
2
  import React, { createContext, useState, useEffect, useContext, useMemo } from 'react';
3
3
  import { Appearance, StyleSheet, View, Text, Switch, TouchableOpacity, Platform } from 'react-native';
4
4
  import { useAsyncStorage } from '@react-native-async-storage/async-storage';
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! aport-tools v4.0.21 | ISC */
1
+ /*! aport-tools v4.0.22 | 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.0.21",
3
+ "version": "4.0.22",
4
4
  "description": "Aport mobile Tools with modern and minimalistic design",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -47,14 +47,15 @@
47
47
  "@types/react-native": "^0.73.0",
48
48
  "rollup": "^4.22.5",
49
49
  "rollup-plugin-peer-deps-external": "^2.2.4",
50
- "typescript": "^5.6.2"
50
+ "typescript": "^5.6.2",
51
+ "react-native-reanimated": "^3.15.3"
51
52
  },
52
53
  "peerDependencies": {
53
54
  "@react-native-async-storage/async-storage": "^1.23.1",
54
55
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
55
- "react-native": ">=0.60"
56
+ "react-native": ">=0.60",
57
+ "react-native-reanimated": "^3.15.3"
56
58
  },
57
59
  "dependencies": {
58
- "react-native-reanimated": "^3.10.1"
59
60
  }
60
61
  }