rundmt / react-native-flexbox-grid

Responsive Grid for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined is not an object (evaluating '_react.PropTypes.number') in both Column.js and Row.js

opened this issue · comments

Fix: Replace

import {PropTypes} from 'react';

with

import PropTypes from 'prop-types'

Would you consider merging a PR?

I know there are similar libraries with way more features (like react-native-responsive-grid) that are more active, but this one is imho cleaner and in a good way simpler.

closing because this has been resolved with #17