ソースを参照

Update test script

Ben Hsieh 8 年 前
コミット
19eb220187
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      test.sh

+ 1
- 1
test.sh ファイルの表示

@@ -40,7 +40,7 @@ cd "${TEST_APP_PATH}"
40 40
 # npm install --save "${CWD}/src"
41 41
 npm install --save react-native-fetch-blob
42 42
 npm install --save firebase
43
-rnpm link
43
+react-native link
44 44
 
45 45
 # copy android assets
46 46
 cd ${CWD}