mirror of
https://github.com/status-im/react-native-fs.git
synced 2025-02-28 23:10:29 +00:00
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.
18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.3",
|
|
"MSTest.TestAdapter": "1.1.18",
|
|
"MSTest.TestFramework": "1.1.18"
|
|
},
|
|
"frameworks": {
|
|
"uap10.0.10586": {}
|
|
},
|
|
"runtimes": {
|
|
"win10-arm": {},
|
|
"win10-arm-aot": {},
|
|
"win10-x86": {},
|
|
"win10-x86-aot": {},
|
|
"win10-x64": {},
|
|
"win10-x64-aot": {}
|
|
}
|
|
} |