Example of how you can made usage of NativeFileSystem API with React W3C NativFileSystem Draft Report
- Enable the
#native-file-system-apiflag inchrome://flags. - Node and
npmoryarnenvironement installed.
git clone https://github.com/HitAngry/React-NativeFileSystem && cd React-NativeFileSystem && yarn
npm start
- Simon Philouze - Initial work - HitAngry