5.0.0 • Published 2 years ago

deprecated-react-native-prop-types v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

deprecated-react-native-prop-types

This package contains deprecated prop-types from React Native.

Image.propTypes

Before

import {Image} from 'react-native';

doSomething(Image.propTypes);

After

import {ImagePropTypes} from 'deprecated-react-native-prop-types';

doSomething(ImagePropTypes);

Text.propTypes

Before

import {Text} from 'react-native';

doSomething(Text.propTypes);

After

import {TextPropTypes} from 'deprecated-react-native-prop-types';

doSomething(TextPropTypes);

TextInput.propTypes

Before

import {TextInput} from 'react-native';

doSomething(TextInput.propTypes);

After

import {TextInputPropTypes} from 'deprecated-react-native-prop-types';

doSomething(TextInputPropTypes);

ColorPropType

Before

import {ColorPropType} from 'react-native';

doSomething(ColorPropType);

After

import {ColorPropType} from 'deprecated-react-native-prop-types';

doSomething(ColorPropType);

EdgeInsetsPropType

Before

import {EdgeInsetsPropType} from 'react-native';

doSomething(EdgeInsetsPropType);

After

import {EdgeInsetsPropType} from 'deprecated-react-native-prop-types';

doSomething(EdgeInsetsPropType);

PointPropType

Before

import {PointPropType} from 'react-native';

doSomething(PointPropType);

After

import {PointPropType} from 'deprecated-react-native-prop-types';

doSomething(PointPropType);

ViewPropTypes

Before

import {ViewPropTypes} from 'react-native';

doSomething(ViewPropTypes);

After

import {ViewPropTypes} from 'deprecated-react-native-prop-types';

doSomething(ViewPropTypes);
easy-select-rnreact-native-shekhar-bridge-test@oiti/documentoscopy-react-nativecorbeta@puyodead1/react-native-router-flux@expocraft/rnuilibbookis-mobile-app-componentsbookis-mobile-componentsluminos-ui-coretelecel-foundation-updated@everything-registry/sub-chunk-1469jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgreact-native-jawwy_samplesanstd-template-layoutgriffin-ui-librarytest-npm-jjmessiwildev-react-nativewifi_configuration_packageteaset-fgtest-zeo-collectvooks-video-playervision-camera-plugin-face-detectorjordy-frijters-test-libjabo-react-native-super-simple-chatkweek-react-native-cameraima-playerhomeal-library-dropdownlg-iot-uimappls-map-react-nativemanan-react-native-expo-authorize-netldq-react-native-scrollable-tab-view@widergy/mobile-ui@wwimmo/react-native-sketch-canvas@umrashrf/react-native-snap-carousel@ugurcode/react-native-router-flux@towerguards/react-native-credit-card-input-plus@thinxviewx/core-rn@tigran777/ap-react-native-youtube@thang2162/react-native-video@trackier/react-native-trackier@towerguards/react-native-credit-card-input-plus-v2.0.1@towerguards/react-native-credit-card-input-plus-v2@vicary/react-native-camera@urvish-procare/react-native-charts-wrapper@vnxjs/vnmf-rn@vonage/client-sdk-video-react-native@velocitycareerlabs/react-native-jsonschema-web-form@valabji/react-native-scrollable-tab-view@yetuny/react-native-credit-card-input-plus-tr@ysng/react-native-scrollable-tab-view@yloquen/react-native-snap-carousel@yz1311/teaset@zalastax/nolb-depr@zhaoxhg/react-native-button@zfloc/react-native-animated-ellipsis@zfloc/react-native-smooth-pincode-inputagent-get-agentadaptivecards-reactnative-custom-vadaptivecards-reactnativeawesome-module-kdarchlibrary@gogamify/react-native-credit-card-input@gwroger/react-native-root-toast@gympass/yoga@ecancan/react-native-progress-circle@egor-malishevski/react-native-video-playertecdesignsystemsjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwyreact-native-experts-sdktest_lib_module_aar@hortau/maps@hortau/react-native-charts-wrappercheckexplore-qr-apptelecel-foundationreact-native-checkexplore-barcodequickcapture_react_nativern-agora-ios-mreact-native-omental-frameworkreact-native-sixdee_test_libstringee-react-nativestepup_jitsi_clubyimba-snap-carouselzf-rn-testaazoom-image-viewervdocipher-rn-bridgezjeen-react-native-rn-scrollable-tab-view@infinitebrahmanuniverse/nolb-depr@lathadp4/react-native-video-iosdrm@laserpecker/react-native-deprecated-custom-components@latha_d_p/react-native-video-iosdrm@legoo/treasure-chest@lehuyaa/my-assets
3.0.2

2 years ago

5.0.0

2 years ago

4.2.3

2 years ago

4.2.2

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago

4.1.0

3 years ago

4.0.0

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago