@@ -156,22 +156,67 @@ exports.uglifyMangleExcludes = [
156
156
"View" ,
157
157
158
158
//Android native class extenders
159
- "TapAndDoubleTapGestureListener" ,
160
- "SwipeGestureListener" ,
161
- "PinchGestureListener" ,
162
- "SwipeGestureListener" ,
163
- "CustomTypefaceSpan" ,
164
159
"BroadcastReceiver" ,
165
- "LruBitmapCache " ,
160
+ "CustomTypefaceSpan " ,
166
161
"DialogFragmentClassInner" ,
167
- "SegmentedBarColorDrawable" ,
162
+ "FragmentClass" ,
163
+ "ListViewAdapter" ,
164
+ "LruBitmapCache" ,
165
+ "NativeScriptActivity" ,
168
166
"OurTabHost" ,
169
- "PagerAdapterClassInner" ,
170
167
"PageChangedListener" ,
171
- "ListViewAdapter" ,
168
+ "PagerAdapterClassInner" ,
169
+ "PinchGestureListener" ,
170
+ "SegmentedBarColorDrawable" ,
171
+ "SwipeGestureListener" ,
172
+ "SwipeGestureListener" ,
173
+ "TapAndDoubleTapGestureListener" ,
172
174
"WebViewClientClassInner" ,
173
- "NativeScriptActivity" ,
174
- "FragmentClass" ,
175
+
176
+ //iOS native class extenders
177
+ "AnimatedTransitioning" ,
178
+ "AnimationDelegateImpl" ,
179
+ "DataSource" ,
180
+ "FrameHandlerImpl" ,
181
+ "ListPickerDataSource" ,
182
+ "ListPickerDelegateImpl" ,
183
+ "ListViewCell" ,
184
+ "LocationListenerImpl" ,
185
+ "NSURLSessionTaskDelegateImpl" ,
186
+ "NotificationObserver" ,
187
+ "ObserverClass" ,
188
+ "Responder" ,
189
+ "SelectionHandlerImpl" ,
190
+ "SliderChangeHandlerImpl" ,
191
+ "SwitchChangeHandlerImpl" ,
192
+ "TapBarItemHandlerImpl" ,
193
+ "TapHandlerImpl" ,
194
+ "TimerTargetImpl" ,
195
+ "TouchGestureRecognizer" ,
196
+ "TransitionDelegate" ,
197
+ "UIActionSheetDelegateImpl" ,
198
+ "UIAlertViewDelegateImpl" ,
199
+ "UIDatePickerChangeHandlerImpl" ,
200
+ "UIDocumentInteractionControllerDelegateImpl" ,
201
+ "UIGestureRecognizerDelegateImpl" ,
202
+ "UIGestureRecognizerImpl" ,
203
+ "UIImagePickerControllerDelegateImpl" ,
204
+ "UINavigationControllerAnimatedDelegate" ,
205
+ "UINavigationControllerDelegateImpl" ,
206
+ "UINavigationControllerImpl" ,
207
+ "UIScrollViewDelegateImpl" ,
208
+ "UISearchBarDelegateImpl" ,
209
+ "UITabBarControllerDelegateImpl" ,
210
+ "UITabBarControllerImpl" ,
211
+ "UITableViewDelegateImpl" ,
212
+ "UITableViewRowHeightDelegateImpl" ,
213
+ "UITextFieldDelegateImpl" ,
214
+ "UITextFieldImpl" ,
215
+ "UITextViewDelegateImpl" ,
216
+ "UITimePickerChangeHandlerImpl" ,
217
+ "UIViewControllerImpl" ,
218
+ "UIWebViewDelegateImpl" ,
219
+ "Window" ,
175
220
] ;
176
221
177
222
function getPackageJsonEntry ( ) {
0 commit comments