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