@fto-consult/expo-ui 8.14.1 → 8.14.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.
- package/package.json +1 -1
- package/src/AppEntry/index.js +1 -0
package/package.json
CHANGED
package/src/AppEntry/index.js
CHANGED
@@ -267,6 +267,7 @@ function App({init:initApp,initialRouteName:appInitialRouteName,children,withSpl
|
|
267
267
|
</NavigationContainer> : null;
|
268
268
|
const content = isLoaded ? typeof children == 'function'? children({children:child,appConfig,config:appConfig}) : child : null;
|
269
269
|
const SplashComponent = withSplashScreen === false ? React.Fragment : SplashScreen;
|
270
|
+
console.log("with splassschend dis ",withSplashScreen," and ",splashProps);
|
270
271
|
const splashProps = withSplashScreen === false ? {} : {isLoaded,Component:SplashScreenComponent};
|
271
272
|
return <SafeAreaProvider>
|
272
273
|
<AppEntryRootView MainProvider={MainProvider} isInitialized={state.hasCallInitApp} isLoading={isLoading} hasGetStarted={hasGetStarted} isLoaded={isLoaded}>
|