aaronalphonso / react-native-truecaller-sdk

React native module for Truecaller Integration
Apache License 2.0
4 stars 11 forks source link

peofile data is not showing #7

Open kuldeepworkid opened 4 years ago

kuldeepworkid commented 4 years ago

TRUECALLER.on(TRUECALLER_EVENT.TrueProfileResponse, profile => { console.log('Truecaller profile data: ', profile); // add other logic here related to login/sign-up as per your use-case. }); This function is not working.Its not returning any value

aaronalphonso commented 4 years ago

Can you provide more specific code from your implementation?