Closed
Description
If we use ART in our code, we need to drag ART.xcodeproj to the Libraries and add libART.a , but after that the app build failed due to a yoga error:
The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage
,
React Native version: 0.59.8
Steps To Reproduce
- use ART in code
- add ART.xcodeproj and libART.a to iOS native project.
- build the app
Describe what you expected to happen:
build success