jemjov41
jemjov41
i had this issue too, did you using nuxt?, i resolve this by adding `BulmaAccordion` and `BulmaAccordionItem` into plugins, *~plugins/vue-global-components.js* file: ```"import Vue from 'vue' import { BulmaAccordion, BulmaAccordionItem }...
mr.@bjjeong i try to make adding post like you did, but its always show me the modal view this the code ```react-native export default class TabBarComponent extends React.Component { constructor(props)...
@bjjeong yea i set it hardcode because its always showing even im not click the bottom tab button, even i set it to false its still show but no problem...