nabil-mansouri / nativescript-nbmaterial

27 stars 5 forks source link

does not work. the app crashes on iOS with this plugin #9

Open phiasco12 opened 5 years ago

phiasco12 commented 5 years ago

installed the plugin and specifically this code crashes my app:

xmlns:bnav="nativescript-nbmaterial-bottomnav">
    <bs:BottomSheetModal id="bottomsheet">
            <bs:BottomSheetModal.template>
                <GridLayout rows="auto" columns="auto">
                    <StackLayout>
                        <Label text="Ready?" textWrap="true" />
                        <Label text="Steady?" textWrap="true" />
                        <Label text="Go!" textWrap="true" />
                        <Label text="Cool" textWrap="true" />
                        <Button text="HIDE BS" tap="hideBS" class="btn btn-primary btn-active"/> 
                    </StackLayout>
                </GridLayout>
            </bs:BottomSheetModal.template>
        </bs:BottomSheetModal>