Answers for "react native generate app hash without play console"

0

react native generate app hash without play console

// Copy HashCode generated by below code from console it can be used for both dev && prod

import RNOtpVerify from 'react-native-otp-verify';

const getHash = () =>
   RNOtpVerify.getHash()
  .then(console.log)
  .catch(console.log);

getHash()
Posted by: Guest on July-12-2020

Code answers related to "react native generate app hash without play console"

Code answers related to "Javascript"

Browse Popular Code Answers by Language