Browse Source

Change test script for copying android assets

Ben Hsieh 9 years ago
parent
commit
35d93bfd56
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      test.sh

+ 3
- 0
test.sh View File

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