harisbaig100.hashnode.devCustom Apple Pay Integration in React Native with Native ModulesWhy Build Custom Solutions Over Libraries in React Native? While libraries simplify integrations in React Native, they often come with limitations: Deprecated Libraries: Updates and support can cease, leaving projects vulnerable. Feature Limitation...Dec 16, 2024·2 min read
harisbaig100.hashnode.devSimple Yet Handy React Native HooksReact Native developers often encounter common tasks that require repetitive code, such as fetching data. To streamline this task, here is a custom hook: useFetch. This hook is not only simple and easy to use but also cater to edge cases, making your...Aug 7, 2024·1 min read
harisbaig100.hashnode.devEffortless Parallax in React NativeHey everyone! If you’re searching for a painless and straight forward solution to your parallax issues, look no further! I’ve got a perfect, easy-to-digest solution for creating a parallax effect with a sticky header, a hide-able parallax view, and a...Aug 7, 2024·2 min read