import React, { Component } from 'react'; import phonenumber from '../../../../assets/icons/phonenumber.png'; export default class Mobile extends Component { render() { return ( <>
منتظرت بودیم

شماره‌تو بده تا کد تأیید رو برات بفرستم. دست دست نکن

this.props.parent.setState({ section: 1, cellphone: '09' + this.state.cellphone })} > this.setState({ cellphone: e.target.value })} onInput={(e) => (e.target.value = e.target.value .replace(/[\u0660-\u0669\u06f0-\u06f9]/g, function (c) { return c.charCodeAt(0) & 0xf; }) .replace(/[^\d]/, '')) } // onAction={} />
09
); } }