Category Archives: General

Create IPA React Native

Get the .app file: react-native run-ios –configuration=release .app file path Build/Products/Release/”<Your_Filename>.app”. In my Case it was: Convert .app to .ipa : Create folder Payload. paste .app file into Payload folder. compress the Payload folder. change the name you want and put extension as .ipa.

MAC OS Check TBW of SSD

On your Mac, you can use Terminal to see the amount of data you’ve written to your drive. List disks List disk SMART information You will get something like: Windows doesn’t have a built-in way to check the amount of data you’ve written to disk, so you must instead turn to a third-party application. I

Read More

Select Xcode to use React Native

First ensure the required version is installed. If only one version is there then there is no need for this step. If you are using multiple versions then use the following command to change: Now your react native for IOS will use the above Xcode. Cheers and Peace Out!!!