@fto-consult/expo-ui 8.12.4 → 8.12.6

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": "8.12.4",
3
+ "version": "8.12.6",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",
@@ -50,7 +50,7 @@ const SplashScreenComponent = ({isLoaded,children , duration, delay,logoWidth,lo
50
50
  clearTimeout(timerRef.current);
51
51
  },delay|2000);
52
52
  }
53
- });
53
+ },[isLoaded,prevIsLoaded,animationDone]);
54
54
  testID = defaultStr(testID,"RN_SplashscreenComponent")
55
55
  logoWidth = defaultDecimal(logoWidth,150);
56
56
  logoHeight = defaultDecimal(logoHeight,250);
@@ -155,7 +155,7 @@ const PortalCP = ({children,screenName})=>{
155
155
 
156
156
  const styles = StyleSheet.create({
157
157
  container: {
158
- flex: 1,
158
+ //flex: 1,
159
159
  },
160
160
  keyboardAvoidingView : {
161
161
  flex : 1,