react-native-circle-view icon indicating copy to clipboard operation
react-native-circle-view copied to clipboard

Updated list of missing propTypes

Open ma1069 opened this issue 8 years ago • 0 comments

In order to make this library working on React Native 0.25, you need to add these lines of code after line 20 of index.android.js:

      renderToHardwareTextureAndroid: PropTypes.bool,
      onLayout: PropTypes.bool,
      importantForAccessibility: PropTypes.bool,
      accessibilityLabel: PropTypes.string,
      accessibilityLiveRegion: PropTypes.string,
      accessibilityComponentType: PropTypes.string,
      testID: PropTypes.string,

just leaving this note here, waiting for someone to perform a proper pull request

ma1069 avatar May 07 '16 17:05 ma1069