Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

What does '...' in React-Native mean?

$
0
0

A piece of react-native code:

enderScene(route, navigator) {   let Component = route.component;   return (<Component {...route.params} navigator={navigator}></Component>   );}

this code returns a Component Object ,

But I don't understand this code ---> {...route.params}

Question:

  1. What is meant by '...' ?
  2. Can you tell me what is meant by " {...route.params}" ?

Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>