James-Reed-cognito

Results 5 comments of James-Reed-cognito

Just another dev and metro user who was hoping to use Lerna hopping on here to say that this is a blow to my plans for wanting a component library...

@jsamr Ooh interesting, though looks like it doesnt have hot reload/fast refresh?

@jsamr I actually found a way to make this work by tweaking the metro config. Should I detail this here or perhaps add a PR to add a section in...

Alright then, changing my metro.config.js to this seemed to make everything work: ``` const path = require('path'); module.exports = { resolver: { extraNodeModules: new Proxy( {}, { get: (target, name)...

I have just come across this issue myself and it still persists in Dec 2020 :) using ``` "@fortawesome/fontawesome-svg-core": "^1.2.32", "@fortawesome/free-solid-svg-icons": "^5.15.1", "@fortawesome/react-fontawesome": "^0.1.13",``` ``` repro case here https://codesandbox.io/s/elated-sea-2ly3w It...