8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 10000
There was an error while loading. Please reload this page.
1 parent 3948da5 commit a52595fCopy full SHA for a52595f
src/nativescript/elements.ts
@@ -162,6 +162,7 @@ export function registerCoreElements() {
162
() => require('@nativescript/core').Placeholder,
163
);
164
registerElement('Progress', () => require('@nativescript/core').Progress);
165
+ registerElement('ProxyViewContainer', () => require('@nativescript/core').ProxyViewContainer);
166
registerElement('SearchBar', () => require('@nativescript/core').SearchBar, {
167
model: {
168
prop: 'text',
0 commit comments