1.0.0 • Published 3 years ago

react-native-responsive-design-amar v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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)}} />
}
1.0.0

3 years ago