React native – "error: node_modulesexpoAppEntry.js: Unexpected token 'export'"
I'm having a problem with my Expo project. When trying to run my app with yarn start, I'm facing this error: Android Bundling failed 449ms error: node_modulesexpoAppEntry.js: Unexpected token 'export' Here is my App.js: import React, { useState, useEffect }…