美文网首页
查看本地安装的react-native版本

查看本地安装的react-native版本

作者: Mr_LiTong | 来源:发表于2020-07-14 21:32 被阅读0次
    //命令
    npm info react-native
    //输入
    react-native@0.63.0 | MIT | deps: 27 | versions: 422
    A framework for building native apps using React
    https://github.com/facebook/react-native#readme
    
    bin: react-native
    
    dist
    .tarball: https://registry.npm.taobao.org/react-native/download/react-native-0.63.0.tgz
    .shasum: 1444aa04c34b65ca1dce589db166bd112e982b96
    
    dependencies:
    @babel/runtime: ^7.0.0
    @react-native-community/cli-platform-android: ^4.7.0
    @react-native-community/cli-platform-ios: ^4.7.0
    @react-native-community/cli: ^4.7.0
    abort-controller: ^3.0.0
    anser: ^1.4.9
    base64-js: ^1.1.2
    event-target-shim: ^5.0.1
    fbjs-scripts: ^1.1.0
    fbjs: ^1.0.0
    hermes-engine: ~0.5.0
    invariant: ^2.2.4
    jsc-android: ^245459.0.0
    metro-babel-register: 0.59.0
    metro-react-native-babel-transformer: 0.59.0
    metro-source-map: 0.59.0
    nullthrows: ^1.1.1
    pretty-format: ^24.9.0
    promise: ^8.0.3
    prop-types: ^15.7.2
    react-devtools-core: ^4.6.0
    react-refresh: ^0.4.0
    regenerator-runtime: ^0.13.2
    scheduler: 0.19.1
    (...and 3 more.)
    
    maintainers:
    - cpojer <christoph.pojer@gmail.com>
    - fb <opensource+npm@fb.com>
    - grabbou <grabbou@gmail.com>
    - hectorramos <hector@hectorramos.com>
    - react-native-bot <opensource+react-native-bot@fb.com>
    
    dist-tags:
    latest: 0.63.0            next: 0.63.0-rc.1         nightly: 0.0.0-0060b5de5  
    
    published 5 days ago by react-native-bot <opensource+react-native-bot@fb.com>
    

    相关文章

      网友评论

          本文标题:查看本地安装的react-native版本

          本文链接:https://www.haomeiwen.com/subject/tdrqhktx.html