Open hamid-manzar opened 4 years ago
Hi @golab2576
What is your RN version?
Hi @lucasferreira RN version is 0.55.4 Thanks
Hi @golab2576
Thats an old version of RN, I will have to try your RN version to see what could be.
Thank you, but I'm involved in the project right now. I can't upgrade the software version
import SendIntentAndroid from 'react-native-send-intent';
I installed this library automatically and manually exactly as instructed but when I run it gives the following error: undefined is not an object (evaluating ‘_reactNativeSendIntent.SendINtentAndroid.sendPhoneCall’) Automatically link with: react-native link react-native-send-intent and Manually
The problem with defining a library is as follows: var SendIntentAndroid = require(‘react-native-send-intent’);
I even define it below, but it still works import SendIntentAndroid from ‘react-native-send-intent’; or import {SendIntentAndroid} from ‘react-native-send-intent’; what should I do? Thanks