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...
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...
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...
Fetching data with React-Query
By: Noc Folio3
|
September 6, 2022
Global state management combined with fetching data has always been a problem to crack in react applications. The most common patterns that...
Secure Mobile App Credentials in React Native
By: Noc Folio3
|
June 10, 2022
How to secure mobile app credentials using React Native key-chains? Businesses prioritize robust security at all levels, mainly around customer data. And...
Error Boundary in React Native
By: Noc Folio3
|
April 21, 2022
Users hate it the most when they are using their app and they are presented with a white screen or suddenly an...
Speech to Text Recognition in React Native
By: Noc Folio3
|
March 9, 2022
We live in a world that is progressive. We are surrounded by people becoming dependent on innovations and automation which makes their...
How to Patch NPM Packages
By: Noc Folio3
|
March 7, 2022
Sometimes when we have several packages installed in our applications and we see that one of the packages has a broken functionality...
Firebase Crashlytics Integration in React Native
By: Noc Folio3
|
March 2, 2022
Applications that are buggy can make your user unhappy and they might uninstall your app. Apps can generate a lot of crashes...