タブバーの位置を変更するには? 多くのアプリで、タブバーを下部ではなく上部に配置する必要があることを願っています...
私はこのようなものを期待しています:
<Router createReducer={reducerCreate}>
<Scene key="somekey" tabs={true}
tabBarStyle={{position:'top'}}> <== How do I do this?
# My tabs here as scenes
</Scene>
</Router>