mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
NativeView recycled for android
This commit is contained in:
@ -174,6 +174,7 @@ export function testFlexboxPage() {
|
||||
function view(id: string) {
|
||||
return <View>page.getViewById(id);
|
||||
}
|
||||
TKUnit.waitUntilReady(() => page.isLayoutValid);
|
||||
isLeftOf(view("six"), view("one"));
|
||||
isAbove(view("one"), view("scrollview"));
|
||||
isAbove(view("title"), view("firstlabel"));
|
||||
|
Reference in New Issue
Block a user