Remove unused code

This commit is contained in:
Horcrux
2017-01-22 21:18:45 +08:00
parent 56a7c265ee
commit 393e5096c4
2 changed files with 0 additions and 3 deletions
@@ -47,7 +47,6 @@ public class SvgView extends View {
}
private @Nullable Bitmap mBitmap;
private RCTEventEmitter mEventEmitter;
private EventDispatcher mEventDispatcher;
private int mTargetTag;
@@ -56,7 +55,6 @@ public class SvgView extends View {
public SvgView(ReactContext reactContext) {
super(reactContext);
mEventEmitter = reactContext.getJSModule(RCTEventEmitter.class);
mEventDispatcher = reactContext.getNativeModule(UIManagerModule.class).getEventDispatcher();
}
-1
View File
@@ -6,7 +6,6 @@ import {
View,
requireNativeComponent,
StyleSheet,
UIManager,
findNodeHandle,
NativeModules
} from 'react-native';