aport-tools 3.0.3 → 3.0.4

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 v3.0.3 | ISC */
1
+ /*! aport-tools v3.0.4 | ISC */
2
2
  import React, { createContext, useState, useEffect, useContext } from 'react';
3
3
  import { Appearance, StyleSheet, View, Text, Switch } 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 v3.0.3 | ISC */
1
+ /*! aport-tools v3.0.4 | 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": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Aport mobile Tools with modern and minimalistic design",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",