aport-tools 4.0.2 → 4.0.21

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.2 | ISC */
1
+ /*! aport-tools v4.0.21 | 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.2 | ISC */
1
+ /*! aport-tools v4.0.21 | 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.2",
3
+ "version": "4.0.21",
4
4
  "description": "Aport mobile Tools with modern and minimalistic design",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -55,6 +55,6 @@
55
55
  "react-native": ">=0.60"
56
56
  },
57
57
  "dependencies": {
58
- "react-native-reanimated": "^3.15.3"
58
+ "react-native-reanimated": "^3.10.1"
59
59
  }
60
60
  }