mirror of
https://github.com/status-im/react-native.git
synced 2025-02-26 08:05:34 +00:00
Android - Fixing #4392
Summary: This is just an workaround for making UIExplorer work in Android. Closes https://github.com/facebook/react-native/pull/4405 Reviewed By: svcscm Differential Revision: D2727452 Pulled By: tadeuzagallo fb-gh-sync-id: af48fb8c462ab04874cfdb96c0fd4409bf6d92c3
This commit is contained in:
parent
4c531d220a
commit
31125b2ed7
@ -15,7 +15,8 @@ var EdgeInsetsPropType = require('EdgeInsetsPropType');
|
||||
var Image = require('Image');
|
||||
var NativeMethodsMixin = require('NativeMethodsMixin');
|
||||
var Platform = require('Platform');
|
||||
var RCTMapConstants = require('NativeModules').UIManager.RCTMap.Constants;
|
||||
var RCTMap = require('UIManager').RCTMap;
|
||||
var RCTMapConstants = RCTMap && RCTMap.Constants;
|
||||
var React = require('React');
|
||||
var ReactNativeViewAttributes = require('ReactNativeViewAttributes');
|
||||
var View = require('View');
|
||||
|
Loading…
x
Reference in New Issue
Block a user