New react native user here. I\'m running into an issue and I am not sure how to proceed. I was able to get react-navigation running properly and then began receiving an error: \
In my case putting this code block inside home.js solved the issue
static navigationOptions = { navigationOptions: { title: "scren title", } };