TKTrinadh Koyaintrinadhkoya.hashnode.dev路Apr 25, 2021 路 2 min readImage is not loading in iOS 14-React Native 馃This issue is fixed and merged to the react-native latest version. But if you want to fix your project now or you are using under 0.63 versions, here is the solution I found across the web and from the people who has some more expertise on React Nati...00
TKTrinadh Koyaintrinadhkoya.hashnode.dev路Apr 11, 2021 路 2 min readHow to increment build numbers for iOS and Android 馃憖Hello, I am more of a programmer than a content writer. In this tutorial, 鈥榓m gonna put some simple and easy tricks I have learned so far. Let鈥檚 get this started. Increment Build Number/Version Code Automatically This is purely based on the number o...00
TKTrinadh Koyaintrinadhkoya.hashnode.dev路Apr 4, 2021 路 1 min readHow to handle static images in React Native Projects 馃Always keep your images(.jpg or .png ) in one folder and give their path(resource path) to identify with the name and access them where ever you want. I have seen most of the people doing the below approach. This is the wrong way of doing it. <Image ...00