Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions ReactWindows/ReactNative.Net46/UIManager/UIManagerModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ namespace ReactNative.UIManager
/// <summary>
/// Native module to allow JavaScript to create and update native views.
/// </summary>
/// <remarks>
/// TODO:
/// 1) Add animation support to UIManagerModule
/// </remarks>
public partial class UIManagerModule : ReactContextNativeModuleBase, ILifecycleEventListener, IOnBatchCompleteListener
{
private const int RootViewTagIncrement = 10;
Expand Down
4 changes: 0 additions & 4 deletions ReactWindows/ReactNative/UIManager/UIManagerModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ namespace ReactNative.UIManager
/// <summary>
/// Native module to allow JavaScript to create and update native views.
/// </summary>
/// <remarks>
/// TODO:
/// 1) Add animation support to UIManagerModule
/// </remarks>
public partial class UIManagerModule : ReactContextNativeModuleBase, ILifecycleEventListener, IOnBatchCompleteListener
{
private const int RootViewTagIncrement = 10;
Expand Down