Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 35d93bf

Browse files
committed
Change test script for copying android assets
1 parent b79fd49 commit 35d93bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ cd "${TEST_APP_PATH}"
4040
npm install --save "${CWD}/src"
4141
rnpm link
4242

43+
# copy android assets
44+
cp ./test/assets/ ./RNFetchBlobTest/android/app/src/main/
45+
4346
# start RN
4447
cd "${TEST_APP_PATH}"
4548
if [ "$#" == 4 ]; then

0 commit comments

Comments
 (0)