kristerkari / react-native-sass-transformer

Use Sass to style your React Native apps.
MIT License
219 stars 19 forks source link

Adding app-root-path to look for app root for node modules #8

Closed tim-steele closed 6 years ago

tim-steele commented 6 years ago

Per issue #7 : how React Native is compiling, it needs to use something other than path.dirname(require.main.filename) to get the app root.

kristerkari commented 6 years ago

Alright, thanks for testing it!

kristerkari commented 6 years ago

New patch 1.1.3 released, let me know if it's not working :) 👍

tim-steele commented 6 years ago

Everything looks good! Thanks for being so responsive.