Question: 8
(Choose 1 answer)
Which of the following steps is NOT necessary when creating a custom native module for Android?
A. Creating a Java class that extends ReactContextBaseJavaModule
B. Registering the module in a Package class that implements ReactPackage
C. Adding the native module to the MainApplication.java file
D. Modifying the AndroidManifest.xml to declare the native module