Right now to pass parameters to another screen I\'m using the following:
this.props.navigation.navigate(\'MyWatchList\', {watchLists: response});
This