Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fs in react-native usinglevel-filesystem andasyncstorage-down

npm install react-native-level-fs

Usage

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);});});});

License

MIT

About

fs for the browser using level-filesystem and browserify

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript100.0%

[8]ページ先頭

©2009-2025 Movatter.jp