ashishonmobile

Results 4 comments of ashishonmobile

> Hi there! can I ask something I`m currently using this module. but then I encounter an error in configuration it says RN GoogleSignin native module is not correctly linked....

> @g-gibosky > > Your are correct. However in my case, I ran into issues when I deployed to a Linux server regarding the "Plugin" folder. The "P" needs to...

Finally I found the solution. Ans: templates/plugin/AdminLTE/element/nav-top.php templates/plugin/AdminLTE/element/aside-main-sidebar.php templates/plugin/AdminLTE/element/aside/user-panel.php templates/plugin/AdminLTE/element/aside/form.php templates/plugin/AdminLTE/element/aside/sidebar-menu.php templates/plugin/AdminLTE/element/aside-control-sidebar.php templates/plugin/AdminLTE/element/footer.php https://stackoverflow.com/questions/63174722/change-the-path-search-order/63180817#63180817 For me why it was not working because I was using 'Plugin' as a folder name...

Finally, I have found another way to solve this below is my code ` public function beforeRender(EventInterface $event) { $this->viewBuilder()->setTheme('AdminLTE'); if($this->getRequest()->getHeader('Accept')[0] === 'application/json') { $this->viewBuilder()->disableAutoLayout(); }else { $this->viewBuilder()->setClassName('AdminLTE.AdminLTE'); } }`...