-
As a developer I want the proptypes declaration to guide my use of the component so I know what to pass to the component
### Tasks
- [ ] read up on proptypes
- [ ] enable proptypes lib
- [ ] d…
-
bartw updated
7 years ago
-
This package is not compatible with react-native 0.49. I can see the one of the pull requests with the fix, but it needs to be published.
-
https://github.com/EvgenBabenko/incode-app/blob/0fcc475220f6e372ec71264d6feff49fe6182a57/src/containers/Auth.jsx#L35
it can be moved to static propTypes, but be aware of using relevant babel preset…
-
Fala ae Fernando. Aqui é o Mateus. Eu sou um aluno seu. Bem, eu estava fazendo tudo corretamente reutilizando o app criado no inicio das aulas com webpack, mas aí quando comecei as aulas onde foi feit…
-
I am trying customise year text and in docs "renderYearContent" prop is given to do so but actually this prop is not available in proptypes of react datepicker, is there any workaround for this ??
…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-confirmation-code-input@1.0.4` for the p…
-
https://reactjs.org/docs/typechecking-with-proptypes.html
When importing the proptypes library, eslint warns you that you should be using the __camelCase__ format of `propTypes` and not use PascalC…
ahtee updated
5 years ago
-
-
I'm attempting to use these components, when trying to learn what all I can do it's immensely easier to understand if each component defines the [`propTypes`](http://facebook.github.io/react/docs/reus…