Fix rendering of RN android apps

Summary:
This diff fixes the redbox that is currently affecting initial render of  RN Android apps
More details: https://fb.workplace.com/groups/rn.support/permalink/3125289967519597/

Changelog: [internal]

Reviewed By: JoshuaGross, ejanzer

Differential Revision: D19132862

fbshipit-source-id: 6833a32bae2e0dda254f1bd09520551aa41fa822
This commit is contained in:
David Vacca
2019-12-16 18:18:14 -08:00
committed by Facebook Github Bot
parent d153e8a209
commit 69e9f3a389
@@ -17,7 +17,7 @@ import com.facebook.react.module.annotations.ReactModule;
import java.util.HashMap;
import java.util.Map;
@ReactModule(name = JSDevSupport.MODULE_NAME)
@ReactModule(name = JSDevSupport.MODULE_NAME, canOverrideExistingModule = true)
public class JSDevSupport extends NativeJSDevSupportSpec {
public static final String MODULE_NAME = "JSDevSupport";