steveruizok
4/30/2019 - 9:00 AM

Switch tutorial Frames

Switch tutorial Frames

<Frame height={50} width={80} borderRadius={25} center={true} onTap={handleTap}>
  {state.isOn.toString()}
</Frame>