Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use logical operator instead of bit operation
Summary: I guess it's the same since we're working on a `bool` but... this causes some compilation error. Changelog: [General][iOS] - Fix compilation warning in yoga Reviewed By: Andrey-Mishanin Differential Revision: D35438992 fbshipit-source-id: 22bb848dfee435ede66af0a740605d4618585e18
- Loading branch information
52d8a79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this bug fixed?
52d8a79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In which version of react-native this bug is fixed?
52d8a79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yandamuri apparently since 0.69
52d8a79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im using 0.64.4 and got the same problem @nbluis @Yandamuri
52d8a79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dio-ralali I faced this issue in 0.68.2. So, if you want this issue to be resolved please upgrade to 0.69 or above as @nbluis suggested.(BTW I have not tested yet in 0.69).