-
[Expo App] - React native IOS
ERROR ViewPropTypes will be removed from React Native, along with all other PropTypes.
We recommend that you migrate away from PropTypes and switch to a type syste…
-
I'm not sure if this is worth adding a check for, but there were two cases where after conversion our prop declaration went from something like:
```
truncated: Config.bool().value(false)
```
t…
-
I received an error about undefined is not an object (evaluating propTypes.array).
I fixed it by changing the following in the react-native-modal-picker/index.js:
``` javascript
import React,{
…
-
```
Graph.propTypes = {
circleOpacity: propTypes.number,
axisColor: PropTypes.string,
axisWidth: PropTypes.number,
axisOpacity: PropTypes.number,
gridColor: PropTypes.string,
…
-
Having `react` and `react-dom` upgraded to `16`, I am getting the following error which I suspect relates to the new way one need to declare pros types using `PropTypes`. I think this repo has alread…
-
inferno-compat expects `proptypes` to export `proptypes.default`. Can you please export both directly and using default property?
```
> require('proptypes').default
undefined
> require('propty…
-
As of React 16.0.0, react module no longer contains PropTypes.
Need to change to
import PropTypes from 'prop-types';
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-smooth-pincode-input@1.0.7` for the proj…
-
Graph.propTypes = {
axisColor: PropTypes.string,
axisWidth: PropTypes.number,
axisOpacity: PropTypes.number,
gridColor: PropTypes.string,
gridWidth: propTypes.number,
gridOpac…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
ptkm1 updated
1 month ago