Skip to content

Commit

Permalink
chore(UIManager): Removing outdated TODO (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozele authored Nov 8, 2016
1 parent 6b70db5 commit b0104b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
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

0 comments on commit b0104b5

Please sign in to comment.