This question already has an answer here:
- Javascript object bracket notation ({ Navigation } =) on left side of assign 4 answers
react.js documentation has following variable declarations:
var { Image, StyleSheet, Text, View } = React;
Could you tell what does it meant? Thank you.