ソースを参照

Change test script for copying android assets

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

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

@@ -40,6 +40,9 @@ cd "${TEST_APP_PATH}"
40 40
 npm install --save "${CWD}/src"
41 41
 rnpm link
42 42
 
43
+# copy android assets
44
+cp ./test/assets/ ./RNFetchBlobTest/android/app/src/main/
45
+
43 46
 # start RN
44 47
 cd "${TEST_APP_PATH}"
45 48
 if [ "$#" == 4 ]; then