Jyoti Mauryajyotimaurya.hashnode.dev·Jun 14, 2024Write your first React Native App with me (Part 1)Let me make your life easy and give you choices that you have while creating your first React Native App. My advice is to pick one of these and stick to it rather than switching and trying to learn everything because then you will be able to master n...64 readsReact Native App Developmentpowersync
Muhammad Hassaanhassaan.hashnode.dev·May 14, 2024The Skill of Finding Bugs and Their Root Cause in Software DevelopmentEver wondered how you can meet deadlines and impress your team, QA, and manager with the skill of quickly pinpointing the root causes and identifying the changes required to fix the issue?. I will share some useful tips and my own experience with you...1 like·48 readsProgramming Blogs
Harish Gautamharishgautam.hashnode.dev·May 9, 2024How to make splash animation in react-native with react-native-bootsplash and react-native-animated.Hello Guys today I will show you to make a beautiful animated splash screen using react-native. So lets get started. Start with react native setup I assume you have already setup the react-native project. Please visit this links for necessary setups...193 readsReact Native
Prakash Tajpuriyaprakash0091.hashnode.dev·Apr 1, 2024Understanding runOnJS and runOnUI in React Native ReanimatedWhen building React Native applications with gesture-based interactions, it's essential to manage side effects such as calling JavaScript functions or updating the UI from within the gesture handlers. React Native Reanimated provides two functions, r...44 readsReact Native
Ibukun Agboolahighbee.hashnode.dev·Oct 24, 2023Overcoming the ':react-native-reanimated:configureCMakeDebug' Hurdle: A Developer's TaleI had been working as a React Native developer for a considerable amount of time, thoroughly enjoying the journey of learning and growth in the field. However, there comes a time in every developer's life when they face a challenge that seems insurmo...42 readsCMake
Rajshekhar Yadavyadavrajshekhar.hashnode.dev·Jul 4, 2023Shared Element Transition with React Native ReanimatedIntroduction React Native Reanimated is a powerful animation library for React Native applications. It provides a declarative and flexible way to create complex and high-performance animations. With React Native Reanimated, developers can achieve smo...333 readsReact Native
Lucy Wilsonlwilsondev.co.uk·Feb 4, 2023Simple animated tab bar in React NativeI was looking to build this form designed by pixelz-studio where a user can select to log in either by email or phone number by selecting a button, styled like a tab. I liked the idea of animating the tab selection so that the tab would appear to sli...1.1K readsReact Native
Ankur PrajapatiforGeekyAnts Tech Blogtechblog.geekyants.com·Jan 19, 2023How to Build Simple Card Flip Animation in React Native Using ReAnimated V2Introduction Objects in motion are always more attention-grabbing. The same goes for components in apps. This is why animations are crucial to delivering an excellent application experience. Today, I will explain how to build a simple yet cool animat...1 like·239 readsReact Native
aditya kumaradityakmr.hashnode.dev·Dec 11, 2022React native reanimated workletWhat is reanimated ? Reanimated is an animation library that allows you to run animation entirely on UI thread. In this article we are mainly going to focus on ‘react-native-reanimated’ version 2. Which introduces worklet. Worklets It is simple javas...248 readsreact native reanimated