feat: add snapshot feature for devkit, this is for android

This commit is contained in:
pengfei.zhou
2021-07-09 17:16:30 +08:00
committed by osborn
parent 35b9d67de6
commit dbe94165b9
19 changed files with 500 additions and 7 deletions

View File

@@ -45,5 +45,6 @@ public class MyApplication extends Application {
}
}, intentFilter);
DoricRegistry.enablePerformance(true);
DoricRegistry.enableRenderSnapshot(true);
}
}