@fto-consult/expo-ui 7.8.5 → 7.8.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": "7.8.5",
3
+ "version": "7.8.6",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",
@@ -248,7 +248,7 @@ function App({init:initApp,initialRouteName:appInitialRouteName,children}) {
248
248
  initialState={initialState}
249
249
  {...containerProps}
250
250
  onStateChange={(state,...rest) =>{
251
- setSession(NAVIGATION_PERSISTENCE_KEY,decycle(state),false);
251
+ //setSession(NAVIGATION_PERSISTENCE_KEY,decycle(state),false);
252
252
  if(typeof containerProps.onStateChange =='function'){
253
253
  containerProps.onStateChange(state,...rest);
254
254
  }