I want this fix for react-native-art/art
crashing on (void)setShadow:(ARTShadow)shadow
. But there has been no public release after v1.2.0
to include this fix. I have confirmed the fix works by manually adding the diff. But this is not a long-term solution. Does react-native
support defining dependencies via branch and commit instead of version tags?
Currently, the dependency is defined like this:
{
...
"dependencies": {
...
"@react-native-community/art": "1.2.0",
...
}
...
}