Eric Rozell 5c5c0db792 Adds react-native-windows support for UWP
This changeset includes most of the react-native-fs functionality working for UWP. Some notable missing features are:
* all of the `Assets` APIs (e.g., `readDirAssets`, `existsAssets`, etc.) that are Android specific
* the `pathForBundle` and `pathForGroup` APIs that are iOS specific
* the `uploadFiles` API, which just has not yet been implemented.
2017-08-23 21:08:56 -04:00

9 lines
253 B
XML

<Application
x:Class="RNFS.Tests.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:RNFS.Tests"
RequestedTheme="Light">
</Application>