updated test app

This commit is contained in:
Elad Gil
2019-08-25 14:23:34 +03:00
parent 67b34fd8d1
commit da13918b68
+1 -1
View File
@@ -176,7 +176,7 @@ export default class App extends Component {
.toString(36)
.substr(2, 6);
const filePath = `${RNBGD.directories.documents}/${id}`;
const url = this.state.url || `${testURL}?${id}`;
const url = this.state.url || testURL;
const task = RNBGD.download({
id: id,
url: url,