kristerkari / react-native-sass-transformer

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

AppRoot Issue #7

Closed tim-steele closed 6 years ago

tim-steele commented 6 years ago

I can confirm that the path.dirname(require.main.filename) does not work when compiling in React Native. I am going to resubmit my PR with the library as it looks like it is falling into one of those other solutions.

with path.dirname(require.main.filename): image

with app-root-path: image

tim-steele commented 6 years ago

Fixed in 1.1.3