crazycodeboy / react-native-check-box

Checkbox component for react native, it works on iOS and Android.
MIT License
518 stars 184 forks source link

CheckedImage does not show #27

Closed Liqiankun closed 7 years ago

Liqiankun commented 7 years ago
checkedImage={<Image style={styles.image} source={{uri: 'imageName'}} />}
Liqiankun commented 7 years ago

问题已经解决。使用uri的时候必须设置Image的大小

  image: {
    tintColor: '#666666',
    height: 20,
    width: 20
  }