mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 22:41:18 +08:00
Summary: Don't crash in `StackTraceHelper.convertJsStackTrace` on missing `lineNumber` I've seen the native Android app crash upon displaying a stack trace because of this bug. Incidental and unrelated change: Refactor `StackTraceHelper.formatFrameSource` to use `StringBuilder` Closes https://github.com/facebook/react-native/pull/12920 Differential Revision: D4709273 fbshipit-source-id: 95b3eb303f259460e33d8ee32a2db652360c645d
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.