I am using react native android and having face issues to deploy the app on an android device. When I run
react-native start, it won\'t start dev server
/** * Metro configuration for React Native * https://github.com/facebook/react-native * * @format */ module.exports = { transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: false, inlineRequires: false, }, }), }, server: { port: 8088, }, }