mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 00:08:50 +08:00
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
npm install -g react-native-cli
|
|
npm install -g detox-cli
|
|
git submodule update --init --recursive
|