Closed mementomoriCarpediem closed 8 months ago
when I tried to 'esbuild-start' command. I get error as shown in below.
react.native-config.js
const { commands } = require('react-native-esbuild');
module.exports = { ...commands, dependencies: { 'react-native-vector-icons': { platforms: { ios: null, }, }, }, };
Hi, don’t spread commands, so just remove the … and it should work
…
when I tried to 'esbuild-start' command. I get error as shown in below.
react.native-config.js
module.exports = { ...commands, dependencies: { 'react-native-vector-icons': { platforms: { ios: null, }, }, }, };