Darin Haener

Results 5 issues of Darin Haener

**Describe the bug** Using the snake case function on a camel cased string does not properly convert the string: ```js > R_.toSnakeCase('fooBar') //=> 'foobar' ``` **To Reproduce** https://ramda-extension.firebaseapp.com/repl/?v=%5E0.26.1&ve=0.10.1#?R_.toSnakeCase%28%27fooBar%27%29 **Expected behavior**...

The regex that was previously used to convert strings to snake_case did not account for camelCase or StartCamelCase strings, so it simply downcased the entire string and returned that. This...

This updates the config to be compatible with RN 0.57.x. The metro blacklist is in a different place, and it is now required that you specify the project root. This...

I'm not sure if this is me just not understanding how module import resolution works with whackage involved, or if there's a way to work around this, but here's the...

@JedWatson What's the status of this? Loving everything else you have done, and wondering how I can contribute to get this production ready. I'm not liking any of the other...