Last active
February 2, 2018 09:14
-
-
Save mfrachet/4100ab6709c564849f2c8a958299d5ae to your computer and use it in GitHub Desktop.
uimanager.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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