Christian Coleman
Christian Coleman
I was able to get this running on tvOS simply by changing the podspec in node_modules. The issue was MessageUI framework which is only available on iOS. Bugsnag files look...
> create js file , put this inside > > #!/usr/bin/env node > > const { writeFile, readFile, readdir } = require('fs'); > const { promisify } = require('util'); >...
> > create js file , put this inside > > #!/usr/bin/env node > > const { writeFile, readFile, readdir } = require('fs'); > > const { promisify } =...
thanks, that did it for me :D. hopefully they add in the fix some day to the actual react native project..
@L-x-C had to change the replace function a bit, since it worked in development but not release.. going to put this here in case someone else comes across this issue:...