suresh podeti

Results 2 comments of suresh podeti

@manojkumawat003 , Your trick worked!. Thanks.

Follow below steps, it should work. Reference: https://github.com/NativeScript/NativeScript/issues/8739, Look at SachindeepRedsky comment Go to @nativescript/core/ui/layouts/flexbox-layout/flexbox-layout.android.js Replace: var widgetFlexboxLayout; var widgetLayoutParams; with let widgetFlexboxLayout= org.nativescript.widgets.FlexboxLayout; let widgetLayoutParams= org.nativescript.widgets.FlexboxLayout.LayoutParams;