Solve Could not connect to development server Error in React Native

React Native runs on backhand server which starts when we apply the react-native run-android or react-native run-ios command on our command prompt screen. This command start will build up our Gradle project and start synchronizing the whole package using JS server. So when we close the server window this development server Error…
Add border to Image in React Native using custom style sheet
Get Image from Local Resource Folder in React Native Android iOS Tutorial

How to get display image file from local Resource directory in react native application from locally folder same for both Android and iOS using source require. React native comes with unified media management system so developers can easily manage all the image files by placing them together into a single folder.…