Fix React Native atomic_notify_one is unavailable

Resolving React Native 'atomic_notify_one' Unavailability Issue in Xcode 12.5 React Native is a powerful framework for building cross-platform mobile applications, but like any technology, it's not without its challenges. One such challenge arises when working with Xcode 12.5, where an...

May 2, 2022

React Native run ios specific device commands

These are the available devices for iOS 14.0    npx react-native run-ios --simulator="iPhone 8"    npx react-native run-ios --simulator="iPhone 8 Plus"    npx react-native run-ios --simulator="iPhone 11"    npx react-native run-ios --simulator="iPhone 11 Pro"    npx react-native run-ios --simulator="iPhone 11...

May 2, 2022

how to show datepicker in input focus or entire area click

 Your input should be position:relative> and the input DATE type :input[type="date"]::-webkit-calendar-picker-indicator { background: transparent; bottom: 0; color: transparent; cursor: pointer; height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto;}

May 2, 2022

Flutter pod install error

This happens when we change the plugins versions or flutter pub package.I was getting a similar error, so I used many different things but still nothing happened but finally I got an exact solution For the solution follow the below...

May 2, 2022

jquery filter element by menu

Filter elements by jquery, here i used data attribute for filter elements and used bootstrap4 for grid. menu items like this : <a class="nav-link" data-filter="Events">Events</a> <div class="col-12 col-sm-6 col-md-4 filtr-item" data-category="Media,News"> <img src="https://via.placeholder.com/150?text=1" class="img-fluid" alt="sample"> </div> and the thumnail item...

May 2, 2022