mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
98dd91825f
Summary: Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: Fixing a bug detailed in Issue #7526 where Android app was crashing when using a binary number. **Test plan:** - Build & Run UIExplorer - Build & Run UIExplorer with `const binaryNumber = 0b101010` inserted into UIExplorerApp.android.js - Use `react-native init` to create a new blank project, then replace files in node_modules and insert `const binaryNumber = 0b101010` into index.android.js. Closes https://github.com/facebook/react-native/pull/7730 Reviewed By: avaly Differential Revision: D3353119 Pulled By: bestander fbshipit-source-id: 098442da32a29c369f5932b7a4004e8d7f4cb91f