React Native Navigation with Nesting Navigators in Advanced — Part 1Navigating through screens in a React Native application, especially with nested navigators, requires careful handling, especially when…Jul 16Jul 16
How to Pass Data Back When Using goBack in React Native Navigation (without callback)Passing data back between screens in React Native Navigation can be a bit tricky, especially if you want to avoid warnings and potential…Jun 20Jun 20
Saving a file to External Storage in the public directory on Android results in an EACCES…Starting from API level 29, the method getExternalStoragePublicDirectory is deprecated. Therefore, when attempting to write a file to…May 13May 13
React Native Automation Testing with Appium 2.0 — WebdriverIOIf you are looking for an article on setting up automation testing using Appium in React Native, I hope this article will help you.Apr 5Apr 5
Implementing Restart App Functionality in React Native with Native Modules (Java, Objective-C) new…Android Native module:Feb 282Feb 282
Published inStackademicHow to Add Skeleton Loading to an Image React Native ReanimatedA comprehensive guide to adding skeleton loading to an image with useSharedValue without useState, Smoothly with React Native ReanimatedSep 26, 2023Sep 26, 2023
What is the difference between @react-navigation/stack vs @react-navigation/native-stack?@react-navigation/stack and @react-navigation/native-stack are two different stack navigation libraries used in React Native applications…Sep 13, 2023Sep 13, 2023
Building an Animated Bottom Sheet in React NativeReanimated and React Native Gesture HandlerA critical aspect of any animation-based component is state management. In this code, the offset variable is managed using Reanimated's…Sep 4, 2023Sep 4, 2023
Building an Animated OTP Input Component in React NativeIn this article, we’ll explore the development of a dynamic OTP (One-Time Password) input component using React Native. This component…Aug 27, 2023Aug 27, 2023
Master React Native Reanimated Part 2 (Layout Animation)Previous part Master React Native Reanimated Part 1Aug 17, 2023Aug 17, 2023