@fto-consult/expo-ui 9.5.1 → 9.5.2

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.
@@ -177,5 +177,7 @@ export default function AppMainEntry(){
177
177
  FontsIconsFilter ={(font,fontName,fontNameLower)=>false}
178
178
  />
179
179
  }
180
-
181
- registerRootComponent(AppMainEntry);
180
+ if(!window.hasRegistredRootComponent){
181
+ registerRootComponent(AppMainEntry);
182
+ window.hasRegistredRootComponent = true;
183
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "9.5.1",
3
+ "version": "9.5.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
6
6
  "scripts": {