Shane Keney

Results 21 comments of Shane Keney

@felipe-bergamaschi I am doing the above in my root `_layout.tsx`. However, one behavior I am seeing that wasn't an issue before is the Toast message when triggered is showing behind...

@felipe-bergamaschi Cool and thank you. I'll test that out. I did find a workaround from scanning the changelog where I can put the same Toast component in the Modal Screen...

Is there any rough ETA on when this will occur?

@marklawlor I'll try upgrading to 4.0.14 first. If I am still having issues I'll create a public project with the symptoms. I would have done that sooner but I am...

@marklawlor Here is a templated project I have created that shows the above issue after upgrading to `4.0.14`. It occurs both in Expo Go and Custom Development Client. You can...

> @marklawlor Here is a templated project I have created that shows the above issue after upgrading to `4.0.14`. It occurs both in Expo Go and Custom Development Client. >...

@minhnc Sample project linked above in my comment. When I add `!bg-red-500` as an override, there is no refresh to reflect the changes. Updated to Expo 50 and Nativewind 4.0.23...

@minhnc Thanks. I took a look and noticed your running this on MacOS. I think this is an issue isolated to when leveraging WSL2. I have my Macbook where this...

@marklawlor Thank you! It is looking like the issue has resolve itself with the update to `4.0.26`. I'll continue to test it out but the initial example using `!bg-red-500` that...

@tyrauber Is there a way to pull in custom colors defined in the `tailwind.config.ts`? The above shows how we can use the default colors that comes with Tailwind out of...