mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
37df2b28ad
Summary: `NativeImageEditor` doesn't export any constants. Therefore, `ImageEditingManager` doesn't need a `getConstants()` method. In a subsequent diff (D18888735), I rename all `ReactMethod getConstants()` methods to `Override getTypedExportedConstants()`. This raises an error because the spec for `ImageEditingManager` doesn't contain a `getTypedExportedConstants()` method. Changelog: [Internal] - Delete getConstants() from ImageEditingManager Reviewed By: fkgozali Differential Revision: D18909419 fbshipit-source-id: 7e4f84f102068aa44bb3d267c66a60c0d0d27404
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.