Blog of Erin Dougan
A Place for Your
Digital Stories
Categories
Recent Posts
- 1 How To Fix No Hosted Parallelism Has Been Purchased On Azure 30/04/2024
- 2 Sort Like a Pro: How to Sort an Object in JavaScript 11/04/2024
- 3 Free 4 Table UI Components with Tailwind CSS and Next.js 06/04/2024
- 4 How to Create Sortable Table Component with Next.js & Tailwind 04/04/2024
- 5 How To Add Custom Fonts In Next.js 14: A Step-by-Step Guide 01/04/2024
- 6 Free 4 Login UI Templates with Tailwind CSS and Next.js 27/03/2024
- 7 Beginner’s Tutorial: Next.js 14 Route Handlers Made Easy 25/03/2024
- 8 Enhancing Experience with React Native Deep Linking Easy way 01/12/2023
- 9 What is deeplinking? Understanding Url Scheme, App Links Easily 23/11/2023
- 10 Mastering JavaScript Reduce for Array of Objects Easy way 05/07/2023
-
How to make custom react native tabs view with animated
How do we create a custom react native tabs view by using the animated module which comes along with react native? In this react native tabs tutorial, I am going to show how to can […] Read More
-
How to fix “TypeError: global.__reanimatedWorkletInit”
How to fix “TypeError: global.__reanimatedWorkletInit is not a function”? Mainly this is happening when we write unit tests with jest-react native. So if you are using react-native-reanimated when you try to run your test suite […] Read More
-
Create Floating Label Input React Native Easy Way
Create floating label input can be done with the animated module in react native. In this article, we are going to move placeholder to top on focus on the input in react native. We are […] Read More
-
How To Create Custom Toggle Switch Button With Reanimated
The toggle switch button in React Native is a component which is used commonly in our projects. React Native core modules has it’s predefined toggle switch component which is interacting differently in android and ios […] Read More
-
How to fix “Watchman crawl failed” on the mac m1
How to fix “Watchman crawl failed. Retrying once with node crawler”. This happens mostly on mac OS. Let’s see how we can solve this issue very easily without the watchman shutdown server. I have spent […] Read More