From c4d6ecfbd064b7c0ac2b6e3dad9227f6200f79b1 Mon Sep 17 00:00:00 2001 From: eujin-shin Date: Sat, 20 Jul 2024 20:42:12 +0900 Subject: [PATCH] #78 chore: fix git merge error --- node_modules/react-native/index.js | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/node_modules/react-native/index.js b/node_modules/react-native/index.js index 7149c64..23679a1 100644 --- a/node_modules/react-native/index.js +++ b/node_modules/react-native/index.js @@ -380,43 +380,15 @@ module.exports = { }, // Deprecated Prop Types get ColorPropType(): $FlowFixMe { - console.error( - 'ColorPropType will be removed from React Native, along with all ' + - 'other PropTypes. We recommend that you migrate away from PropTypes ' + - 'and switch to a type system like TypeScript. If you need to ' + - 'continue using ColorPropType, migrate to the ' + - "'deprecated-react-native-prop-types' package.", - ); return require('deprecated-react-native-prop-types').ColorPropType; }, get EdgeInsetsPropType(): $FlowFixMe { - console.error( - 'EdgeInsetsPropType will be removed from React Native, along with all ' + - 'other PropTypes. We recommend that you migrate away from PropTypes ' + - 'and switch to a type system like TypeScript. If you need to ' + - 'continue using EdgeInsetsPropType, migrate to the ' + - "'deprecated-react-native-prop-types' package.", - ); return require('deprecated-react-native-prop-types').EdgeInsetsPropType; }, get PointPropType(): $FlowFixMe { - console.error( - 'PointPropType will be removed from React Native, along with all ' + - 'other PropTypes. We recommend that you migrate away from PropTypes ' + - 'and switch to a type system like TypeScript. If you need to ' + - 'continue using PointPropType, migrate to the ' + - "'deprecated-react-native-prop-types' package.", - ); return require('deprecated-react-native-prop-types').PointPropType; }, get ViewPropTypes(): $FlowFixMe { - console.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 system like TypeScript. If you need to ' + - 'continue using ViewPropTypes, migrate to the ' + - "'deprecated-react-native-prop-types' package.", - ); return require('deprecated-react-native-prop-types').ViewPropTypes; }, }; @@ -784,4 +756,4 @@ if (__DEV__) { ); }, }); -} +} \ No newline at end of file