Skip to content

Commit 44fde7e

Browse files
committed
Code release for rendering native images, textboxes and textarea
Adding jsbundle files to gitignore Removing all jsbundles from repo Applying changes to native text field control to mount without using NativeReactComponent plugin. Image rendering changes Native image component changes Changes to support native images, multiline textboxes and border styling on textboxes
1 parent 8be8f07 commit 44fde7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ReactWindows/Playground/Playground.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@
9696
<Content Include="Resources\main.jsbundle">
9797
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
9898
</Content>
99-
<Content Include="Resources\main.dev.jsbundle">
100-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
101-
</Content>
10299
</ItemGroup>
103100
<ItemGroup>
104101
<Compile Include="App.xaml.cs">

ReactWindows/ReactNative/ReactNative.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,10 @@
302302
<ItemGroup>
303303
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
304304
</ItemGroup>
305-
<ItemGroup />
305+
<ItemGroup>
306+
<Folder Include="JavaScript\lib\" />
307+
<Folder Include="JavaScript\uwp-native\" />
308+
</ItemGroup>
306309
<ItemGroup>
307310
<Reference Include="Facebook.CSSLayout">
308311
<HintPath>..\References\Facebook.CSSLayout.dll</HintPath>

0 commit comments

Comments
 (0)