react-native/ReactAndroid
Mike Diarmid d7bd6cce38 JSStackTrace -> Ensure lineNumber exists before consuming (#24399)
Summary:
Fixes https://github.com/facebook/react-native/issues/24382

[ANDROID] [INTERNAL] - Fixed a `NoSuchKeyException` when parsing JS stack frames without line numbers.
Pull Request resolved: https://github.com/facebook/react-native/pull/24399

Differential Revision: D14890746

Pulled By: cpojer

fbshipit-source-id: cea3653076484ad624084c370439f8a39c303083
2019-04-17 21:23:35 +02:00
..
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src JSStackTrace -> Ensure lineNumber exists before consuming (#24399) 2019-04-17 21:23:35 +02:00
.npmignore
DevExperience.md
README.md Fixing link to Android build guide. 2018-05-27 15:17:55 -07:00
build.gradle bump targetSdkVersion to 28 (#23431) 2019-02-13 17:12:08 +01:00
gradle.properties [0.59.4] Bump version numbers 2019-04-08 23:51:19 +02:00
proguard-rules.pro Remove UIProp class from redex and proguard rules, it doesn't exist 2019-01-28 14:42:03 -08:00
release.gradle Prepare Groovy scripts for Kotlin DSL migration (#23355) 2019-02-09 10:18:07 -08:00

README.md

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.