| Class | Description |
|---|---|
| ReactNativeModuleProcessor |
This annotation processor crawls subclasses of BaseJavaModule and finds their
exported methods with the @ReactMethod or @ReactSyncHook annotation.
|
| ReactPropertyProcessor |
This annotation processor crawls subclasses of ReactShadowNode and ViewManager and finds their
exported properties with the @ReactProp or @ReactGroupProp annotation.
|