Anand Ramachandran
Results
2
comments of
Anand Ramachandran
Use this code component.setState({ code })} onFulfill={(code) => component._checkCode(code)} keyboardType={'number-pad'} /> `import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { View, Text, TextInput, StyleSheet, ViewPropTypes, }...
I just copied your code and put it inside the constructor but it didn't work. Hope my approach is wrong , kindly tell where to apply code exactly with sample...