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-detector@ben39053372/react-native-blur@rtarojs/taro-rn@pdftron/react-native-pdf@rufous/webchatjordy-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@chuhoanglong/rn-really-awesome-button@islacel/rn-material-ui-textfield@dytesdk/mobile@aysea/react-native-ui-library@10102004tan/react-native-select-dropdown-v2@9temare/react-native-ui-lib@_nomtek/react-native-shimmer-animation@ab6162/react-native-webview-autoheight@gwroger/react-native-root-toast@gympass/yoga@adembacaj/react-native-google-pay@ecancan/react-native-progress-circle@egor-malishevski/react-native-video-player@code-atlas/react-native-slider@code-atlas/react-native-snap-carousel@cpchain-tools/react-native-root-toast@crossinfo/react-native-scrollable-tab-view@con-test/react-native-concent-common@almasrisawsan/react-native-snap-carousel@allsquare/react-native-image-gallery@ali5049/react-native-buttons@compdfkit_pdf_sdk/react_nativetecdesignsystemsjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwyreact-native-experts-sdktest_lib_module_aar
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

2 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