Closed sibelly closed 2 months ago
Can this be merged?
@olarra can someone please merge this PR?
We also need this fix, please can someone merge this PR @olarra
What is the holdup here?
Only those with write access to this repository can merge pull requests. And I don't have it.
Yeah, probably dead.. I had to add one more import for it to work with RN 0.70
import {ViewPropTypes, TextPropTypes} from "deprecated-react-native-prop-types";
and replace
textStyle: Text.propTypes.style, textStyleFocused: Text.propTypes.style
to
textStyle: TextPropTypes.style, textStyleFocused: TextPropTypes.style,
@sibelly I think this can be closed
Fixes ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types' warning