aport-tools 4.0.22 → 4.0.23
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/*! aport-tools v4.0.
|
1
|
+
/*! aport-tools v4.0.23 | 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
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aport-tools",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.23",
|
4
4
|
"description": "Aport mobile Tools with modern and minimalistic design",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"module": "dist/index.esm.js",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"@react-native-async-storage/async-storage": "^1.23.1",
|
55
55
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
56
56
|
"react-native": ">=0.60",
|
57
|
-
"react-native-reanimated": "^3.
|
57
|
+
"react-native-reanimated": "^3.10.1"
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
60
|
}
|