I just create a react native app using the following command:
expo init first-react-native And try run this app using
expo start But I am getting the following error:
error Invalid regular expression: /(.*\\__fixtures__\\.*|node_modules[\\\]react[\\\]dist[\\\].*|website\\node_modules\\.*|heapCapture\\bundle\.js|.*\\__tests__\\.*)$/: Unterminated character class. Run CLI with --verbose flag for more details. Metro Bundler process exited with code 1 N.B: I am novice to react native and struggling to resolve this issues but no luck. Any idea?
npm start, see if it has the same issue