瀏覽代碼

Clean store on setRoot

yogevbd 6 年之前
父節點
當前提交
2e08f1a84d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lib/ios/RNNCommandsHandler.m

+ 1
- 0
lib/ios/RNNCommandsHandler.m 查看文件

@@ -56,6 +56,7 @@ static NSString* const setDefaultOptions	= @"setDefaultOptions";
56 56
 	[self assertReady];
57 57
 	
58 58
 	[_modalManager dismissAllModalsAnimated:NO];
59
+	[_store removeAllComponents];
59 60
 	
60 61
 	UIViewController *vc = [_controllerFactory createLayoutAndSaveToStore:layout[@"root"]];
61 62