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-kdarchlibrarygenz-native-elementsframework_test_library_sixdeeframework_test_library_sixdee_newframework_test_library_sixdee_new_newgaurav-react-native-loopgamification-integration-new@shoutem/uidogandev-simple-toastdu-creditvet-microappdrssrdruid-rnemoji-mart-nativeenntte_app_almacen_hergom_sdkenntte_app_almacen_auxilabenntte_app_almacen_cataesy-zen-pdffawaterak-online-paymentfawatrak-online-paymentfansapp-react-native-root-tipsfansapp-react-native-scrollable-tab-viewfluent.adflow.reactnativesdkfluent.adflow.reactnativesdk-alphafixed-react-native-scrollable-tab-viewfmsleyra-react-native-snap-carouselchl-react-native-pdfclwy-expo-scrollable-tab-viewclwy-react-native-scrollable-tab-viewcontus-mf-rnbiometric-stcabin-mobile-rnbolusarz-react-native-snap-carouseltecdesignsystemsjawwy_library_new
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