Skip to content

Instantly share code, notes, and snippets.

View Usamaliaquat123's full-sized avatar
🥇
Street developer

Usama Liaquat Usamaliaquat123

🥇
Street developer
View GitHub Profile
import {StyleSheet} from 'react-native';
import {colors} from '@theme';
import {
widthPercentageToDP as wp,
heightPercentageToDP as hp,
} from 'react-native-responsive-screen';
const styles = StyleSheet.create({
header: {
padding: wp(3),
flexDirection: 'row',