I’m a long-time programmer but a first-time user of Ionic. I’ve been trying to install the example React App Photo-Gallery. It’s not going well though I have faithfully followed the directions. Anybody else getting it to work? Judging from the error messages, there’s an issue with React not being found. Suggestions?
ReferenceError: Can’t find variable: React
App
src/App.tsx:39
36 | 37 | setupIonicReact(); 38 | > 39 | const App: React.FC = () => ( 40 | <IonApp> 41 | <IonReactRouter> 42 | <IonTabs>
View compiled