Skip to content

Instantly share code, notes, and snippets.

@mfrachet
Last active February 2, 2018 09:14
Show Gist options
  • Save mfrachet/4100ab6709c564849f2c8a958299d5ae to your computer and use it in GitHub Desktop.
Save mfrachet/4100ab6709c564849f2c8a958299d5ae to your computer and use it in GitHub Desktop.
uimanager.js
componentDidMount() {
setTimeout(() => {
// Permute child at indice 0 and 1 of parent tag 6
UIManager.manageChildren(6, [0], [1], [], [], []);
}, 3000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment