mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user