-
-
Notifications
You must be signed in to change notification settings - Fork 241
Following SASS guide in docs causes the emulators to show a blank app #739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @chrillewoodz, In the meantime, you could also try to remove |
Hi @chrillewoodz, |
@tsonevn You can use this as a starting point: https://github.com/andresfleat/native-app/tree/sprint1 Then follow the SASS guide and try to get it to work. This uses lazy loading as I mentioned. |
Hi @chrillewoodz, login.component.ts
|
@tsonevn Ok, I will investigate further on this. Thank you for your time. I guess we can close this for now. |
I found this:
https://docs.nativescript.org/ui/theme#sass-usage
Which successfully imports my own styles into app.android.css and app.ios.css files. BUT.. After I've installed SASS and done this the app is just completely blank when I run it in the emulator, both in android and ios.
I get no errors or anything. My friend also got the same issue when following the guide.
The text was updated successfully, but these errors were encountered: