Closed LeeMoonki closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-native-unistyles-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 28, 2024 6:05am |
That's interesting! What's your RN version?
@jpudysz The version of react-native is 0.72.6
. However, since the relevant code in the latest version of react-native is identical to that in version 0.72.6, I believe that the issue could also occur in the current version of React Native.
Were you able to compile it with 0.72? 😮 I thought that the minimal version is 0.73!
If that's the only change to compile I will accept this PR
@jpudysz When we initially created the app we're currently managing in-house, the version was 0.72, and there hasn't been any version change since then. I've confirmed that there won't be any issues with compilation as long as the requested changes are made. 🤓
Cool, thank you for the PR!
@jpudysz I should be the one thanking you for the quick response and implementation! 😁
Will release it later this week with some other minor improvements!
For now please keep your local changes 🙏
Will release it later this week with some other minor improvements!
For now please keep your local changes 🙏
ok ! thanks :)
Summary
Hello, thank you very much for creating such a great open-source project. I installed version 2.9.1 to use react-native-unistyles. However, I encountered the following error while building the Android app.
So, I successfully built the project after modifying
react-native-unistyles/cxx/UnistylesImpl.cpp
as requested. I'm not sure why the implicit conversion fails, but there are no functional issues. I’m submitting this PR because other users might encounter the same problem.