我一直在嘗試通過使用ref prop作爲建議 by these docs反應本機抽屜工作,但我得到以下錯誤:undefined is not an object (evaluating _this2_.drawer.open)我已經在堆棧溢出中梳理了類似的問題,並且很難將錯誤文本連接到任何一個問題,爲什麼會發生這種情況? import React, { Component } from 'reac
我已使用react-native-drawer創建了抽屜。抽屜查看包含ListView。無論何時單擊renderRow方法,都需要在抽屜本身內部顯示導航,而不是在Welcome屏幕堆棧的頂部。 現在:Check the Screenshot here 預計: want to achieve something like this - Multi Level Menu 文件:組件/ welcome.