MGMahmut Gundogduinmahmut.hashnode.dev·Jul 25, 2023 · 1 min readExpo router v2 "Attempted to navigate before mounting the Root Layout component. Ensure the Root Layout component is rendering a Slot" hatası çözümüExpo 49, Expo router v2 kullandıgımızda _layout.js içerisinde oturum kontrolü yapıp, session yoksa login ekranını açmak gibi bir standart kodum var.Expo'nun kendi dökümanında* örnek auth flow kodu mevcut. Ancak çalışmıyor *https://docs.expo.dev/route...00
MGMahmut Gundogduinmahmut.hashnode.dev·Jul 5, 2023 · 2 min readHow to get internet status in Angular AppWeb applications need to be aware of the user's internet connectivity. By knowing whether the user is online or offline, you can provide a better user experience and handle network-related tasks accordingly. In this article, we'll explore how to get ...00
MGMahmut Gundogduinmahmut.hashnode.dev·May 23, 2023 · 3 min readReact native de Expo Router ile Dosya bazli routing ve Auth flowMerhaba bugun expo + expo router ile RN de Dosya bazli routing nasil yaptigimizi anlatacagim. Oncelikle filebased routing nextjs ile belkide sikca adini duydugumuz bir kavram. Ornek uygulamizi olusturuyoruz. npx create-expo-app my-app expo-router he...00
MGMahmut Gundogduinmahmut.hashnode.dev·May 9, 2023 · 4 min readAngular ve NX ile kendi otomatik kod üreticimizi yazıyoruz.TLDR, bu yazının ana amacı kendini tekrar eden bazı sıkıcı işleri otomatize etme yollarından biri olan code generatorlara örnek vermek. Yazıda örneği basit tutacağım ancak schematic sadece bir code snippettan fazlası. Örneğin tüm rest clientlerinizi ...00