import React from 'react';
import { Button, Modal, Center } from 'native-base';
import { useState } from 'react';
export const Example = () => {
const [showModal, setShowModal] = useState(false);
return (
setShowModal(false)}
_backdrop={{ _dark: { bg: 'coolGray.800' }, bg: 'warmGray.50' }}
>
Return Policy
Create a 'Return Request' under “My Orders” section of App/Website.
Follow the screens that come up after tapping on the 'Return’
button. Please make a note of the Return ID that we generate at the
end of the process. Keep the item ready for pick up or ship it to us
basis on the return mode.