Image in React NativeIn React Native, the Image component is used to display images. It supports various image formats (like PNG, JPG, and GIF) and can load…Dec 31, 2024Dec 31, 2024
AsyncStorage in React NativeAsyncStorage is unencrypted , asynchronous and key value storage system its typically useful in storing small amount of data such as user…Dec 31, 2024Dec 31, 2024
React.memo vs useMemo in React NativeReact.memo optimize the performance of your app by preventing unnecessary re-renders of functional components.Lets See the React.memo with…Dec 30, 2024Dec 30, 2024
Hooks in React NativeLets see what are the hooks that we have in react native and what are their usage.Jul 2, 2024Jul 2, 2024