2017-04-20 58 views
0

如何與一個選擇器呈現一個導航欄(頁眉上NativeBase)作爲一個按鈕,當我點擊該鍵則選擇器將如下打開: enter image description hereReact Native/Native基礎如何在導航欄上呈現選取器?

我試着用的例子,但它似乎機械手沒有顯示在頁眉:

<Right> 
    <View> 
    <Picker 
     mode="dropdown"> 
     <Item label="Wallet" value="key0" /> 
     <Item label="ATM Card" value="key1" /> 
    </Picker> 
    </View> 
</Right> 
+0

你所面臨的問題,被添加到我們的GitHub的問題清單。 檢查[此處](https://github.com/GeekyAnts/NativeBase/issues/880)獲取更新 –

回答