Darin Haener

Results 8 comments of Darin Haener

FermentAble - www.getfermentable.com

@KarinaDrummer @tommmyy Finally got around to addressing this: https://github.com/tommmyy/ramda-extension/pull/182. :) Open to discussion on the implementation and potential edge cases here. That regex was tricky to put together. ;)

:+1: On this. Following the instructions I'm getting the same behavior. Using CocoaPods 1.5.4

@anchetaWern I got this installed and working properly by following the manual linking instructions here: https://facebook.github.io/react-native/docs/linking-libraries-ios#manual-linking

@JustinKasad My company has a forked version of this that we have been updating. Currently it's a private repo, but I'll talk to my team about open sourcing it.

@rkhayat I believe that's the same issue I ran into with RN 0.57.x. Try this: https://github.com/dphaener/whackage/tree/react-native-57-updates and see if it works for you. That fixes RN 0.57.x compatibility issues. This...

@rkhayat The crux of it is: ``` Looking for JS files in /usr/local/lib/node_modules/whackage/src/packager ``` The newest version of Metro bundler needs the `projectRoot` explicitly set, as far as I can...