@fto-consult/expo-ui 2.11.3 → 2.11.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "2.11.3",
3
+ "version": "2.11.4",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,7 +9,7 @@ import PropTypes from "prop-types";
9
9
  import notify from "$notify";
10
10
  import Auth from "$cauth";
11
11
  import {open as showPreloader,close as hidePreloader} from "$preloader";
12
- import {canMakePhoneCall, makePhoneCall as makePCall} from "$app/MakePhoneCall";
12
+ import {canMakePhoneCall, makePhoneCall as makePCall} from "$app/makePhoneCall";
13
13
  import copyToClipboard from "$app/clipboard";
14
14
  import {isMobileOrTabletMedia} from "$platform/dimensions";
15
15
  import Tab from "$ecomponents/Tab";