Traviskn / react-router-native-stack

A stack navigation component for react-router-native
MIT License
170 stars 36 forks source link

using short-hand to pass props to child #33

Closed therise3107 closed 6 years ago

Traviskn commented 6 years ago

Thanks for your PR! I personally prefer to be very explicit about what props I am passing down, and only use this shorthand if I need to pass through props from the parent that I wouldn't be able to predict the names of.