@fto-consult/expo-ui 6.18.37 → 6.18.38

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.
@@ -7,7 +7,7 @@ export default function HomeScreen(props){
7
7
  </Screen>
8
8
  }
9
9
 
10
- HomeScreen.name = "Home";
10
+ HomeScreen.screenName = "Home";
11
11
  HomeScreen.Modal = false;
12
12
  HomeScreen.authRequired = false;
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.18.37",
3
+ "version": "6.18.38",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -181,7 +181,7 @@ function App({init:initApp,initialRouteName:appInitialRouteName,render,onMount})
181
181
  console.log(e," is net info heinn")
182
182
  });
183
183
  loadResources().finally(()=>{
184
- (typeof initApp =='function'?initApp : init)().then((args)=>{
184
+ (typeof initApp =='function'?initApp : init)({appConfig,contex:{setState}}).then((args)=>{
185
185
  if(Auth.isLoggedIn()){
186
186
  Auth.loginUser(false);
187
187
  }