Writing a Native Navigation Library for React Native — PART 5This article will be the final post in the series. You can follow the library's remaining development process on GitHub. Hopefully, Part 6…Apr 121Apr 121
Writing a Native Navigation Library for React Native — PART 4In this section, we will try to pass data between pages and call callbacks. For this, I’m adding a new parameter called “params” to the…Apr 11Apr 11
Writing a Native Navigation Library for React Native — PART 3In Part 2, we decided to start the navigation from the splash screen and shaped the library accordingly. This decision doesn’t seem…Apr 9Apr 9
Writing a Native Navigation Library for React Native — PART 2In Part 1, we laid the foundations of the native navigation library for iOS. In this article, we will do the same for the Android side…Apr 8Apr 8
Writing a Native Navigation Library for React Native - PART 1In the React Native world, there are two super libraries for page navigation, “react-navigation” and “wix/react-native-navigation.”…Apr 7Apr 7
Published inTrendyol TechTrendyol GO - React NativeTrendyol GO uygulamasında React Native’i kullanırken merak edilen ve dikkat ettiğimiz birkaç konuya değinmek istiyoruz:Oct 16, 20204Oct 16, 20204
Published inTrendyol TechReact Native ile Konum TakibiHızlı market projemizde kuryelerin anlık olarak konumlarının takip edilebilmesi siparişe en yakın kuryeyi seçme açısından bizim için…Oct 9, 2020Oct 9, 2020
Fonksiyonel Programlama Nedir — 2 (Composition)Composition, iki ya da daha fazla fonksiyonu birleştirerek yeni bir fonksiyon yaratma işlemi.Feb 25, 2018Feb 25, 2018
Fonksiyonel Programlama Nedir — 1Yeni javascript dünyasında son 3 – 4 senedir yazılan kodlar buradaki prensiplere dayanarak yazılmakta. Yazılan kodları anlayabilmek adına…Feb 25, 20181Feb 25, 20181
React Native PanResponder ÖrneğiPanResponder API ile React Native’de touch(dokunma) eventleri, PanResponder’a ait lifecycle methodlar ile düzenleyip, drag and drop…May 7, 20171May 7, 20171