1.0.4 • Published 2 years ago

react-native-translatezview v1.0.4

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

TranslateZView

Change the zIndex

(Useful to change z Index of view that you have no control) (RecyclerListview)

android: api 21+
ios : 10.0+
web : zIndex

Getting started

$ npm install react-native-translatezview --save

yarn:

$ yarn add react-native-translatezview

Usage

import ZView from 'react-native-translatezview';

// TODO: What to do with the module?
 <ZView {...props}>

Props

Android: Behavior as elevation without shadow
IOS: The layer’s position.
Web: zIndex

Nametypedefault
translateZNumber0
translateZParentNumber0