React Zestgeeksumantrfvvcxbx.hashnode.dev·May 9, 2024Understanding the React Native Ecosystem: A Comprehensive GuideConsider yourself at the entrance of a thriving market full of incredible opportunities where invention is limitless and creativity and technology mingle. One name stands out at you as you navigate this landscape: React Native. a framework that has r...2 likesreact native app development
Taofeek Abdul salamsalmoon.hashnode.dev·Aug 5, 2023How to install react-native without errorsAfter Spending 1 Month Installing React Native due to errors : Observations on Gradle Compatibility and JDK Version Introduction: Installing React Native can be a challenging task, especially when dealing with various errors and compatibility issues....documentation
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
AKSHAY JADHAVakshayjadhav.hashnode.dev·Aug 22, 2022Share same code for web and mobile application part 1In this article, we will start with Nx Workspace to set up a monorepo that will contain the Next JS web application and React Native app with the expo. Then we will add configuration for react-native-web in the NextJS app which will help us to use re...10 likes·226 readsReact Native