Проверьте версию React
npm view react version
npm view react-script version
Ghaith Alzin
npm view react version
npm view react-script version
npm view react version
npm view react-native version
npm list react
// To view which version of React is/was used for a particular app, type in the below in commandline/terminal.
npm view react version
npm view react-native version
import React from 'react';
function getReactVersion() {
return React.version;
}