Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Updated list of missing propTypes #9

Open
ma1069 opened this issue May 7, 2016 · 0 comments
Open

Updated list of missing propTypes #9

ma1069 opened this issue May 7, 2016 · 0 comments

Comments

@ma1069
Copy link

ma1069 commented May 7, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant