Closed Siddharth2212 closed 3 years ago
Hi,
I installed the example app and could not reproduce. Here is what I did:
git clone git@github.com:MrHertal/react-native-twilio-phone.git && cd react-native-twilio-phone
yarn bootstrap
yarn example ios
After some time, example app successfully started in the Simulator.
What command did you try?
I am using node v12.18.0
and yarn 1.22.10
Thank you so much. That helped! I was trying to do it some other way. Also is there anyway we can use phone dialer to type number and then use RNTwilioPhone.startCall to make call to that number?
I am getting this error: error: Error: Unable to resolve module
@babel/runtime/helpers/interopRequireDefault
from../src/RNTwilioPhone.ts
: @babel/runtime/helpers/interopRequireDefault could not be found within the project.I have tried these solutions: 1. Clear watchman watches: watchman watch-del-all