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/d148e0ae5e6e93e6d8679704f07c4ed2 to your computer and use it in GitHub Desktop.
Save matthieu-D/d148e0ae5e6e93e6d8679704f07c4ed2 to your computer and use it in GitHub Desktop.
goUp = () => {
const parentNativeURL = this.savedParentNativeURLs.pop();
this.listDir(parentNativeURL, '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment