@fto-consult/expo-ui 6.75.1 → 6.75.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 +0 -3
package/package.json
CHANGED
package/src/AppEntry/index.js
CHANGED
@@ -228,9 +228,6 @@ function App({init:initApp,initialRouteName:appInitialRouteName,children}) {
|
|
228
228
|
return () => {
|
229
229
|
keyBoardDidShowListener && keyBoardDidShowListener.remove && keyBoardDidShowListener.remove();
|
230
230
|
keyBoardDidHideListener && keyBoardDidHideListener.remove && keyBoardDidHideListener.remove();
|
231
|
-
if(listener){
|
232
|
-
window.visualViewport.removeEventListener('resize', listener);
|
233
|
-
}
|
234
231
|
APP.off(APP.EVENTS.BACK_BUTTON,backAction);
|
235
232
|
if(subscription && subscription.remove){
|
236
233
|
subscription.remove();
|