Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created August 14, 2017 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/c603ff6ff563b780ccca2de88f2787ca to your computer and use it in GitHub Desktop.
Save matthieu-D/c603ff6ff563b780ccca2de88f2787ca to your computer and use it in GitHub Desktop.
goDown = (item) => {
const parentNativeURL = item.nativeURL.replace(item.name, '');
this.savedParentNativeURLs.push(parentNativeURL);
this.listDir(parentNativeURL, item.name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment