Bill Brock

Results 5 comments of Bill Brock

additionally, is there a way to have eslint pick up on the [Static Image Resources](https://facebook.github.io/react-native/docs/images.html#static-image-resources) ie: files that are named as follows: `"[email protected]", "[email protected]", "[email protected]"` but referenced as: `require("./file-name.png")`

@gustavjf I haven't been working in RN lately, I'm pretty sure we ended up ignoring those imports 😢

adding this to the end of my Podfile did the trick. Maybe it'll help someone else. ``` ruby post_install do |_| work_dir = Dir.pwd file_name = "#{work_dir}/Pods/Target\ Support\ Files/SimpleAuth/SimpleAuth.xcconfig" config...

Thanks for the contribution @betoharres and thanks for the work on the library @lynndylanhurley. I have also been experiencing this issue in an attempt to rip out home rolled auth...

No, not yet, we just did an initial pass through as a research spike. if we get the go ahead to fork and work this I'll definitely use that as...