Morning:
I generated ADB files and APK file in react native.ADB files are geberated because ADB files are used deploy App in Playsore.I saw that apk files are bigger in size than adb files.The commands that i run to create that files:[]
we also need git installed in our computer when we try to crate apk or adb files using eas command.
Afternoon:
Taught trim function.
In mobile local storage data is in form of String so we convert in json using JSON.Parse() while rendering.
While saving in mobile storage we convert JSON data into string using JSON.Stringify().