mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-02 06:35:04 +00:00
Remove unused code
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ import {
|
||||
View,
|
||||
requireNativeComponent,
|
||||
StyleSheet,
|
||||
UIManager,
|
||||
findNodeHandle,
|
||||
NativeModules
|
||||
} from 'react-native';
|
||||
|
||||
Reference in New Issue
Block a user