import React from 'react'; import { View, Button, Text, StyleSheet } from 'react-native'; const QuantityAdjuster = ({ quantity, onChange }) => (