Razvan Trufin
Razvan Trufin
As a workaround, you can copy the entire styles from: https://github.com/beefe/react-native-actionsheet/blob/master/lib/styles.js and customize it by your needs
This should be fixed as part of the functionality added in: [PR-24](https://github.com/ryanbahniuk/sassaby/pull/24)
Sure, I'll start working on them this week, Also, I'll test the deepEqual assertion. Thanks for the reply
I have some issues while running the tests, on the mixinResult and FuncResult test files: ``` FuncResult wrapFunctionWithArgs 1) "before each" hook for "wraps the function and args with the...
@vanduynslagerp (totally forgot about this PR) I'm going to work on it later this week. I've had the issues with the unit tests and I'm trying to see what I...
Fixed the tests. The issue was caused by the paths that were not concatenated properly. Added the normalize-paths module to handle that issue.
I've fixed all the issues, and it seems that I also had some issues with the coverage. It is now at 100%. Also, I'll probably start working on another branch...
@ryanbahniuk I've changed declares to work both with arrays and Strings and removed the declaresProperties method. See: [mixinResult.js](https://github.com/rtrufin/sassaby/blob/b14a0274710208b0a8b628f246a2c585bd724480/src/mixinResult.js)