2
我被困在navigationOptions
裏面添加保存方法你能幫我做正確的方法嗎?React-Native導航中的OnPress導航選項
static navigationOptions = ({navigation}) => ({
headerTitle: "Add New Item",
...css.header,
headerRight: <NavViewRight
onPress={() => this.rightHeaderAction()} />,
})