Regarding react-native + expo, I would like to use latest @type/react in order to resolve typing issues (i.e. 'MaterialIcons' cannot be used as a JSX component), but expo start
always require I install the typescript libraries and then proceeds to insist they be an older version (17.0.21). Why? How can I either ignore this behaviour (btw. answering with 'n' ends the startup and directs to either install the typescript requirements or clean the config of typescript refs -- ok expo
thanks for nothing!)
The problem that I was resolving with @types/react
is detailed here: 'Stack.Navigator' cannot be used as a JSX component