How to get Call History with name and number in React- Native?
up vote
0
down vote
favorite
With the use of 'react-native-call' library.
I got only numbers from my call-log but not able to get that number's saved Name which is available in my PhoneBook
ios react-native calllog phonebook
add a comment |
up vote
0
down vote
favorite
With the use of 'react-native-call' library.
I got only numbers from my call-log but not able to get that number's saved Name which is available in my PhoneBook
ios react-native calllog phonebook
You won't get any call history data on iOS.
– Paulw11
Nov 19 at 11:44
ok... but what about android?
– Javani shah
Nov 19 at 11:48
componentDidMount() { CallLog.show((status)=> { console.log(JSON.parse(status)) this.setState({calllog: JSON.parse(status)}) } ) } I used this but not able to get contact name of store number
– Javani shah
Nov 19 at 12:21
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
With the use of 'react-native-call' library.
I got only numbers from my call-log but not able to get that number's saved Name which is available in my PhoneBook
ios react-native calllog phonebook
With the use of 'react-native-call' library.
I got only numbers from my call-log but not able to get that number's saved Name which is available in my PhoneBook
ios react-native calllog phonebook
ios react-native calllog phonebook
edited Nov 19 at 12:21
asked Nov 19 at 11:38
Javani shah
62
62
You won't get any call history data on iOS.
– Paulw11
Nov 19 at 11:44
ok... but what about android?
– Javani shah
Nov 19 at 11:48
componentDidMount() { CallLog.show((status)=> { console.log(JSON.parse(status)) this.setState({calllog: JSON.parse(status)}) } ) } I used this but not able to get contact name of store number
– Javani shah
Nov 19 at 12:21
add a comment |
You won't get any call history data on iOS.
– Paulw11
Nov 19 at 11:44
ok... but what about android?
– Javani shah
Nov 19 at 11:48
componentDidMount() { CallLog.show((status)=> { console.log(JSON.parse(status)) this.setState({calllog: JSON.parse(status)}) } ) } I used this but not able to get contact name of store number
– Javani shah
Nov 19 at 12:21
You won't get any call history data on iOS.
– Paulw11
Nov 19 at 11:44
You won't get any call history data on iOS.
– Paulw11
Nov 19 at 11:44
ok... but what about android?
– Javani shah
Nov 19 at 11:48
ok... but what about android?
– Javani shah
Nov 19 at 11:48
componentDidMount() { CallLog.show((status)=> { console.log(JSON.parse(status)) this.setState({calllog: JSON.parse(status)}) } ) } I used this but not able to get contact name of store number
– Javani shah
Nov 19 at 12:21
componentDidMount() { CallLog.show((status)=> { console.log(JSON.parse(status)) this.setState({calllog: JSON.parse(status)}) } ) } I used this but not able to get contact name of store number
– Javani shah
Nov 19 at 12:21
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373838%2fhow-to-get-call-history-with-name-and-number-in-react-native%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You won't get any call history data on iOS.
– Paulw11
Nov 19 at 11:44
ok... but what about android?
– Javani shah
Nov 19 at 11:48
componentDidMount() { CallLog.show((status)=> { console.log(JSON.parse(status)) this.setState({calllog: JSON.parse(status)}) } ) } I used this but not able to get contact name of store number
– Javani shah
Nov 19 at 12:21