API 查找 React Native 版本和 Subversion?
API to find react native version and subversion?
如何从网上找到current/latest可用的react native版本和subversion? 0.41.0, 0.41.1, 0.41.2
等
不是这个 react-native --version
,因为它会找到当前项目的版本。
你可以试试:npm show react-native version
。当前结果为
0.41.2
如何从网上找到current/latest可用的react native版本和subversion? 0.41.0, 0.41.1, 0.41.2
等
不是这个 react-native --version
,因为它会找到当前项目的版本。
你可以试试:npm show react-native version
。当前结果为
0.41.2