Disable recycling of native views

createNativeView will set iOS nativeView if it is null/undefined
This commit is contained in:
Hristo Hristov
2017-03-28 18:08:39 +03:00
parent 84e726e6b9
commit e6250e718a
59 changed files with 112 additions and 97 deletions

View File

@@ -132,4 +132,4 @@ export class ScrollView extends ScrollViewBase {
}
}
ScrollView.prototype.recycleNativeView = false;
// ScrollView.prototype.recycleNativeView = false;

View File

@@ -150,4 +150,4 @@ export class ScrollView extends ScrollViewBase {
}
}
ScrollView.prototype.recycleNativeView = true;
// ScrollView.prototype.recycleNativeView = true;