mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-17 07:59:17 +08:00
Summary: @public compiler flags were pushed to C++14, but we don’t currently have any code that requires it. Setting to `-std=c++11` in order to fix the OSS build. Reviewed By: SidharthGuglani Differential Revision: D14833737 fbshipit-source-id: df2cd7da8c7124e89863c90d7b77bcf86c495618
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.