File tree Expand file tree Collapse file tree
deprecated-react-native-prop-types Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 4.0.0 / 2022-12-13
2+
3+ - Updated dependency from ` @react-native/normalize-color ` to ` @react-native/normalize-colors ` due to
4+ upstream renaming of such dependency, needed for compatibility with 0.72
5+
16# 3.0.1 / 2022-12-02
27
38- Compatible with React Native 0.71
Original file line number Diff line number Diff line change 99
1010'use strict' ;
1111
12- const normalizeColor = require ( '@react-native/normalize-color ' ) ;
12+ const normalizeColor = require ( '@react-native/normalize-colors ' ) ;
1313
1414/**
1515 * @see facebook/react-native/Libraries/StyleSheet/StyleSheetTypes.js
Original file line number Diff line number Diff line change 11{
22 "name" : " deprecated-react-native-prop-types" ,
3- "version" : " 3 .0.1 " ,
3+ "version" : " 4 .0.0 " ,
44 "description" : " Deprecated prop-types from React Native." ,
55 "license" : " MIT" ,
66 "repository" : " github:facebook/react-native-deprecated-modules" ,
77 "dependencies" : {
8- "@react-native/normalize-color " : " *" ,
8+ "@react-native/normalize-colors " : " *" ,
99 "invariant" : " *" ,
1010 "prop-types" : " *"
1111 },
You can’t perform that action at this time.
0 commit comments