#react-native
Read more stories on Hashnode
Articles with this tag
Client libraries, also known as client SDKs (Software Development Kits), are collections of pre-written code and APIs (Application Programming...
In React Native, there are several places where you can store tokens on a device, depending on your specific use case and security requirements. Here...
Question : I'm wondering, if we could use useLayoutEffect instead of useEffect here as well. Answer: useLayoutEffect runs before the useEffect hook....
When setting up a Navigator (like <Stack.Navigator>) and registering its screens (via <Stack.Screen>), you can decide which screen will be shown as a...
Dom manipulation is the heart of the modern, interactive web. Unfortunately, it is also a lot slower than most JavaScript operations. This slowness is...
// BLOB stands for a “Binary Large Object,” a data type that stores binary // data. Binary Large Objects (BLOBs) can be complex files like images or...