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@discordapp/react-native@dreamwalk-os/react-native-smooth-pincode-input@crossinfo/react-native-scrollable-tab-view@csaurabh/react-native-sketch-canvas@cs6/react-native-test-native-view-library@compdfkit_pdf_sdk/react_native@con-test/react-native-concent-common@damian.lnc/core@damruravihara/react-native-testing-package@cutls/react-native-tiny-toast@dipras/react-native-snap-carousel@demfabris/react-native-snap-carousel@cpchain-tools/react-native-root-toast@ben39053372/react-native-blur@rtarojs/taro-rn@pdftron/react-native-pdf@rufous/webchatjordy-frijters-test-libjabo-react-native-super-simple-chatkweek-react-native-cameratecdesignsystemsjawwy_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_club@artis-auxilium/native-base@appcube/react-native-scrollable-tab-view@assystant/firebase@ali5049/react-native-buttons@almasrisawsan/react-native-snap-carousel@allsquare/react-native-image-gallery@aysea/react-native-ui-library@bytexbyte/berify-scan@brantalikp/rn-resize@chuhoanglong/rn-really-awesome-button@chehsing/react-native-ui-lib@10102004tan/react-native-select-dropdown-v2@adembacaj/react-native-google-pay@_nomtek/react-native-shimmer-animation@9temare/react-native-ui-lib@hurshore/react-native-htmlview@code-atlas/react-native-slider@code-atlas/react-native-snap-carousel@brandingbrand/react-native-snap-carousel@benshi.ai/react-native-bsh-video@bokuhe/react-native-camera@ddx0510/react-native-ui-lib@devggm/react-native-ui-lib@dell-emc/react-native-meeting-sdk@didcky/jaijagga@datapad/react-native-camerayimba-snap-carouselzf-rn-testaazoom-image-viewervdocipher-rn-bridgezjeen-react-native-rn-scrollable-tab-view@ducdh-dev/react-native-popover-view@dytesdk/mobile@gympass/yoga@gwroger/react-native-root-toast
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

2 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