callstackincubator / bs-react-navigation

A fast, declarative navigation for React Native, based on React Navigation
MIT License
55 stars 5 forks source link

Add missing `screenOptions` #3

Open grabbou opened 5 years ago

grabbou commented 5 years ago

Screen options are equivalent of static navigationOptions that screen can define in order to configure its appearance or set a title.

We should complete them for StackNavigator and see what part can be shared with other navigators, once they are completed.