mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8232c47dcf
Summary: This util class was introduced in D42978852 (https://github.com/facebook/react-native/commit/611f9c615ebad7d53c1eb1274fe82e36d915165e), but the Long type was not ported over. Not sure if this was intentional or not, but this is used from return values from DeviceConfig, where number values are encoded as Long types. Changelog: [Internal] - internal Differential Revision: D43323851 fbshipit-source-id: 6a8a27b75b1738f2f87dd56ee814316af323c258
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.