react-native-responsive-design-amar
v1.0.0
Published
Get responsive height and width based on the window dimenstion
Downloads
1
Maintainers
Readme
React Native Responsive
Make your app responsive for various devices
Usage/Examples
import Component from 'my-project'
import {ph, pw} from './react-native-responsive'
function App() {
return <View style={{height:ph(50), width:pw(50)}} />
}