react-native-navigation的迁移库

installNode.sh 213B

1234567
  1. #!/bin/bash -e
  2. curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
  3. export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
  4. nvm install stable
  5. nvm use stable