expect(wrapper.find(TouchableOpacity).length).toBe(1); wrapper.find(TouchableOpacity).first().props().onPress(item => console.log('item', item));
確定! 回上一頁