mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2026-05-28 00:21:20 +00:00
updated test app
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user