
Preventing go back sometimes could be a pain, here is how to solve it very simple
I will show you how to prevent go back with React Navigation v6
Here is how does it look with the go back behaviour on iOS

Preventing go back sometimes could be a pain, here is how to solve it very simple
I will show you how to prevent go back with React Navigation v6
Here is how does it look with the go back behaviour on iOS

Linking in object file built for iOS for architecture arm64 error solution

Splash screen is one of the most important thing for a mobile app.
Every mobile application has a splash screen. As it provides the first impression to the application, it should be as simple as possible and elegant.

How to lock orientation mode portrait on iOS and Android
Open your react native project’s iOS folder on XCode and simply select the project’s target and the General tab →Deployment Info , you will see the Device Orientation part.

Dynamic Greeting Message on Swift 5
Nowadays, we can see numerous example of the greeting message on the top-left of the applications with our name.
Good morning, Kuray
Good afternoon, Kuray
and such like that.
It changes dynamically depends on your time zone.
Here is how to do it easily…

Convert Bitmap to File in Android
After two years of written this article:
Working on Bitmap is still popular and almost a must :) Here is the simple function of how to convert bitmap to file.
Gist:
Code:
fun convertBitmapToFile(context: Context, bitmap: Bitmap): Uri{
val file…
Updated: April 17, 2020.
This cheat-sheet will be updated continuously :)
Clone a whole project with this command
git clone https://github.com/WrathChaos/react-native-library-boilerplateLet’s suppose, we’re currently at the local branch
git add .git commit -m “your-commit-message”git push origin local
Always pull the origin branch to make sure that we’re…
The absolute way to make our StatusBar Translucent for both iOS and Android

This is what we want to achieve right? It looks elegant, simple and it should be easy to do. However, set the translucent to StatusBar prop sometimes does not work and makes us crazy.

Hey guys, I’m back!
After a long time, I’m back with JavaScript Notes Article Series part and let’s start with a difficult and time-consuming MomentJS find the time difference usage in Javascript 🥳
After so many React Native libraries, I’m still a newbie on Javascript and unfortunately, I…
Software Annotations