I\'m working on implementing the twilio package into my react-native project and when I require it in my file the project wont load and I\'m seeing the followin
I suggest you have a look there, plenty of solutions are given because none seem to fix for everyone.
I suggest you try the following (taken from the issue from the link) :
rm -rf node_modulesrm -fr $TMPDIR/react-*watchman watch-del-allnpm cache clean && npm installnpm start from ./node_modules/react-nativeBut check out the issue in its integrality, many found other fixes that worked for them.