forked frommafintosh/browserify-fs
- Notifications
You must be signed in to change notification settings - Fork16
fs for the browser using level-filesystem and browserify
License
NotificationsYou must be signed in to change notification settings
tradle/react-native-level-fs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
fs in react-native usinglevel-filesystem andasyncstorage-down
npm install react-native-level-fs
To use simply require it and use it as you would fs
(package.json)
{..."browser": {"fs":"react-native-level-fs" }...}
varfs=require('fs');fs.mkdir('/home',function(){fs.writeFile('/home/hello-world.txt','Hello world!\n',function(){fs.readFile('/home/hello-world.txt','utf-8',function(err,data){console.log(data);});});});
MIT
About
fs for the browser using level-filesystem and browserify
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Languages
- JavaScript100.0%