mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Fix failing test on ios 11 (#4686)
Add new perf-test page for view recycling Changed the initialization of TextTransformation field
This commit is contained in:
@ -16,6 +16,7 @@ export function pageLoaded(args: EventData) {
|
||||
let examples: Map<string, string> = new Map<string, string>();
|
||||
examples.set("properties", "properties/main-page");
|
||||
examples.set("flexbox", "flexbox/main-page");
|
||||
examples.set("recycling", "recycling/main-page");
|
||||
|
||||
let viewModel = new MainPageViewModel(wrapLayout, examples);
|
||||
page.bindingContext = viewModel;
|
||||
|
Reference in New Issue
Block a user