-
React Native 0.63 running on device by other port solution
React Native Metro bundler is runs on port 8081. And very unlucky my working machine is running a McAfee antivirus with the port 8081. On React Native official sites there are provide two solution Terminating a process on port 8081 or Using a port other than 8081 . Will the first…
-
IOS Get the Apps data Files from Devices
IOS Get the Apps data Files from Devices 1)Open the Xcode Go to Windows > Devices > Choose the Target Device > click the gear icon and select Download Container. 2)Drop and Drag the xcappdata file in to the SublimeText IDE 3)Open the Side Bar for Explore the Files Root…