How to fix IOS compass calibration issues

By: Muhammad Saqlain | March 28, 2023
Compass calibration issues on iOS devices can occur due to a variety of reasons, such as interference from magnetic fields, hardware or...
Read

Enhance CSS for styling React components using Styled-Component

By: Muhammad Saqlain | September 11, 2022
Styled-components is a new & better way that lets you write actual CSS in your JavaScript. You can still use all the...
Read

How to use Skia in React Native

By: Muhammad Saqlain | September 6, 2022
Skia is an open-source, high-performance 2d Graphics library that works across a variety of software & hardware. Skia uses platform-specific graphics API...
Read

Automate React Native App Builds With Fastlane And Appcenter

By: Muhammad Saqlain | October 12, 2021
Automating your application build process brings you speed, reliability and one less thing to worry about. It saves time, resources and effort...
Read

What is Google Maps Geometry Library & How it Works?

By: Muhammad Saqlain | September 23, 2021
The earth is round, the map is flat When calculating the distance between two latitudes and longitudes we need to take the...
Read
Tree Shaking and Implementation in React

What is Tree Shaking and Implementation in React

By: Muhammad Saqlain | December 2, 2020
Reduced size of application & improved performance plays an important role in success of a software. Tree Shaking is a concept in...
Read
first modal popup in react native

Create your first modal popup in react native

By: Muhammad Saqlain | October 27, 2020
React native offers a list of reusable components to select from. Using these reusable components saves time and avoids duplication. However, developers...
Read
Custom React-Native Alert

How to use custom react-native alert?

By: Muhammad Saqlain | October 22, 2020
React native provides a variety of core components that we can use readily while creating screens for application. Developers can easily create...
Read
Sharing code from React to React Native

Sharing Code Between React And React Native

By: Muhammad Saqlain | January 8, 2020
Code reuse intends to save time and resources, and reduce redundancy by taking benefit of assets that have already been designed or...
Read