Inifnitbility
Inifnitbility
> @ManigandanRaamanathan > > Only as feedback for each one who noticed this issue: > If you run animation on IOS || Android - Emulator, they are really slow and...
> I alredy deleted assets/my.db, WWW/my.db. But how can database work after that. Where is database ? you have to re-install the application ---------------------------------------------- Created separate posts for how to...
Created separate posts for how to delete the database and how to check DB file location on user phone. https://infinitbility.com/how-to-delete-sqlite-database-in-android-react-native
> please i want to know, where i find location .sqlite file. with react-native You get sqlite_db_name.db file on your Android/data/com.projectname/ `databases` folder. You can also check using rn-fetch-blob ```...
Text transform Example in React Native Table of content 1. textTransform Props 2. textTransform uppercase 3. textTransform lowercase 4. textTransform capitalize https://infinitbility.com/react-native/text-transform-in-react-native