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.
10 lines
90 B
Plaintext
10 lines
90 B
Plaintext
|
|
# Make sure we don't publish build artifacts to NPM
|
|
ARM/
|
|
Debug/
|
|
x64/
|
|
x86/
|
|
bin/
|
|
obj/
|
|
.vs/
|