Skip to content

Commit e018a12

Browse files
committed
refactor(Toast): Deleting the toast module
The ToastModule was added before we were able to differentiate modules based on platform. Now, we'll likely need to spend some time designing the ToastWindows APIs, and we'll start with a blank canvas.
1 parent 783116e commit e018a12

File tree

5 files changed

+0
-172
lines changed

5 files changed

+0
-172
lines changed

ReactWindows/ReactNative.Tests/Modules/Toast/ToastNotificationTests.cs

Lines changed: 0 additions & 56 deletions
This file was deleted.

ReactWindows/ReactNative.Tests/ReactNative.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
<Compile Include="Modules\Network\TaskCancellationManagerTests.cs" />
128128
<Compile Include="Modules\StatusBar\StatusBarModuleTests.cs" />
129129
<Compile Include="Modules\Storage\AsyncStorageModuleTests.cs" />
130-
<Compile Include="Modules\Toast\ToastNotificationTests.cs" />
131130
<Compile Include="Modules\WebSocket\WebSocketModuleTests.cs" />
132131
<Compile Include="Properties\AssemblyInfo.cs" />
133132
<Compile Include="ReactInstanceManagerTests.cs" />

ReactWindows/ReactNative/Modules/Toast/ToastHelper.cs

Lines changed: 0 additions & 60 deletions
This file was deleted.

ReactWindows/ReactNative/Modules/Toast/ToastModule.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

ReactWindows/ReactNative/ReactNative.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@
358358
<Compile Include="UIManager\BorderedCanvasManager.cs" />
359359
<Compile Include="Views\View\ReactViewManager.cs" />
360360
<Compile Include="Views\TextInput\ReactTextInputManager.cs" />
361-
<Compile Include="Modules\Toast\ToastHelper.cs" />
362-
<Compile Include="Modules\Toast\ToastModule.cs" />
363361
<Compile Include="UIManager\BorderedViewParentManager.cs" />
364362
<Compile Include="Views\Web\Events\WebViewLoadingErrorEvent.cs" />
365363
<Compile Include="Views\Web\Events\WebViewLoadingEvent.cs" />

0 commit comments

Comments
 (0)