Michael Cuneo

Results 39 comments of Michael Cuneo
trafficstars

All methods of initial files, then adding more causes issues. None of them work effectively. It seems as though this is impossible. Sent from my iPhone > On 25 Nov...

I have modified this sandbox about 8 times in the last 24 hours to include every single method of providing initial files, then adding more files afterwards... all break, and...

I've managed to get this working, in an extremely unconventional manner. Adding files to filepond initially, then adding and / or removing files, 100% fails every single time, unless you...

I get this issue because it's trying to email a developer for the SSL certification request, which can't ever return because I've got no email for this domain, so I...

Add ``` "lambda": { "runtime": "nodejs14.x" }, ``` to up.json in the root of the project.

I'm having this exact same problem. I was just about to post and ask a question about it... but it's here already. (node:90796) UnhandledPromiseRejectionWarning: Error: jest-haste-map: @providesModule naming collision: Duplicate...

As stated by @juang97 I followed the same procedure, and added the following to a file nammed rn-cli.config.js in the root of my project... ``` const blacklist = require('metro').createBlacklist; module.exports...

react and react-native packages should be installed globally and not within any packages node_modules folder... or it’ll break it like this.

@emlynmac I explained what I meant really poorly. I mean, if you have a project called Potato, with node_modules inside, it can have react-native in there... but if you have...

I have the same issue. I responded originally thinking I had fixed it, but I didn't. :(