1.0.0 • Published 3 years ago
react-native-responsive-design-amar v1.0.0
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