Closed
Description
react-native, react and native-base version
- react-native: 2.4.5
- react: 16.3.2
- react-native: 0.55.2
Expected behaviour
CheckBox
component having available testID
prop
Actual behaviour
CheckBox
component doesn't have testID
prop
Steps to reproduce (code snippet or screenshot)
I want to use testID
prop but it is not available:
In the other hand , Radio component has it:
I expected that CheckBox
component has this prop as Radio
.
Screenshot of emulator/device
n/a
Is the bug present in both ios and android or in any one of them?
Yes
Any other additional info which would help us debug the issue quicker.
Internally both components (CheckBox
and Radio
) use TouchableOpacity
propTypes, which has testID
prop, but as it is mentioned in #901 , the CheckBox
interface is not extending from ReactNative.TouchableOpacityProperties
type.
Metadata
Assignees
Labels
No labels