fln-espranza 0.0.24 → 0.0.25

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.
@@ -1,7 +1,7 @@
1
1
 
2
2
  import React from 'react'
3
3
  import { ImageBackground, View } from 'react-native'
4
- import tw from '../../../lib/tailwind'
4
+ import tw from "../lib/tailwind"
5
5
  import EText from "./EText";
6
6
 
7
7
 
@@ -1,5 +1,6 @@
1
1
  import { Animated, ImageBackground, View } from "react-native";
2
- import tw from "../../lib/tailwind";
2
+ // import tw from '../../../lib/tailwind'
3
+ import tw from "../lib/tailwind"
3
4
  import EButtonIcon from "./EButtonIcon";
4
5
  import EText from "./EText";
5
6
  import React, { useCallback, useRef } from "react";
@@ -4,7 +4,7 @@ import { Animated, ImageBackground, View } from "react-native";
4
4
  import EButtonIcon from "./EButtonIcon";
5
5
  import Avatar from "./Avatar";
6
6
  import EText from "./EText";
7
- import tw from "../../../lib/tailwind";
7
+ import tw from "../lib/tailwind"
8
8
  import Constants from "expo-constants";
9
9
 
10
10
  interface IProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fln-espranza",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "All components used inside FLN Project of Espranza Innovations",
5
5
  "main": "index.ts",
6
6
  "scripts": {