Question about Native Modules #15586
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: For Stack Overflow
A question for Stack Overflow. Applying this label will cause issue to be closed.
Resolution: Locked
This issue was locked by the bot.
According to https://facebook.github.io/react-native/docs/native-modules-android.html native android modules
extends ReactContextBaseJavaModule
, Is the module singleton?If I have the following method
and
What happens exactly? is
MyModule.testMethod('C')
overwritethis.promise
(the module is singleton ) OR each time the new instance of module is created andpromise
is a property and isolated?The text was updated successfully, but these errors were encountered: