How to fix this error 'undefined is not an object'?
The output error like this: TypeError: TypeError: undefined is not an object (evaluating '_this.state.userInfo.picture.data') there I just want passing data from facebook into my view in react native . it says undefined is not an object, how to fix this…