Commit Graph

45 Commits

Author SHA1 Message Date
Chris Dell d83d0f531e Added downloadFile method 2015-10-21 00:17:03 +01:00
Chris Dell 409a9ce79c Added mkdir, unlink can now recurse 2015-10-20 23:31:29 +01:00
cjdell 283016c401 Merge pull request #18 from cjdell/master
Experimental Android support
2015-10-19 16:07:47 +01:00
Chris Dell 3e076ba55b Experimental Android support 2015-10-19 14:40:05 +01:00
Johannes Lumpe f36801d034 Merge pull request #15 from jamesfzhang/master
Requiring internal react-native modules will stop working
2015-10-01 15:56:12 +03:00
James Zhang 4731070dc1 Use require('react-native') syntax 2015-09-30 18:32:58 -07:00
Tj 6b9b98b07f Merge pull request #14 from MattFoley/feature-bundle-load
Update to load Bundles by their class name if not found in typical bundle path.
2015-08-27 10:43:21 -07:00
Tj d07ce53bd2 Adding error if file is not found. 2015-08-27 13:42:35 -04:00
Tj 7739371ad6 no message 2015-08-27 13:36:03 -04:00
Tj bfed7e0a32 Update to load Bundles by their class name if not found in typical bundle path. 2015-08-27 13:30:57 -04:00
Tj 0b5cee1cea Merge pull request #11 from MattFoley/feature-bundle-load
Bundle path information
2015-08-21 07:46:08 -07:00
Tj 9662655204 Merge pull request #1 from jnhuynh/fix-feature-bundle-load
Add missing semicolon. Switch tab to space.
2015-08-19 14:35:55 -04:00
John Huynh 1567b5c2dc Add missing semicolon. Switch tab to space. 2015-08-19 14:31:30 -04:00
Tj 115de57bc5 Adding JS end of things. 2015-08-18 14:27:52 -04:00
Tj bdf657f86e Merge branch 'master' of github.com:johanneslumpe/react-native-fs into feature-bundle-load
Conflicts:
	RNFSManager.m
2015-08-18 11:13:59 -04:00
Tj 21677205f1 Some style updates, warning fixes. Mainly adding path fetching for an arbitrary NSBundle. Not ready to call this done, but branching and pushing for now. 2015-08-18 11:12:44 -04:00
Johannes Lumpe 1f39136ec4 Bumped version to 0.3.4 2015-08-17 15:49:38 +03:00
Johannes Lumpe 9ca098e058 Merge pull request #9 from MattFoley/patch-1
Nonnull for NSNumber argument
2015-08-17 15:47:56 +03:00
Tj b3bbce8691 Nonnull for NSNumber argument
This is required for the latest of React Native. (It's to ensure compatibility with Android.)

http://imgur.com/o75Cu5S
2015-08-13 12:58:14 -04:00
Johannes Lumpe 8fe2479b7f Bumped version to 0.3.3 2015-06-12 10:30:01 +03:00
Johannes Lumpe 119e92b429 Added very permissive react-native dev dependency 2015-06-12 10:29:27 +03:00
Johannes Lumpe 31cf543798 Merge pull request #7 from jtremback/patch-1
Get rid of peerDependencies
2015-06-12 10:25:42 +03:00
Jehan 9b5be1cbe0 Get rid of peerDependencies
I see no need for this and it is preventing me from using this module. I need to make this fork anyway, so i thought i'd make a PR as well.
2015-06-09 21:34:24 -07:00
Johannes Lumpe 22b655cac0 Merge pull request #5 from agenthunt/master
Added Integration tests
2015-06-09 23:05:27 +03:00
Shailesh Kumar 1a57ef062b Fix for test runner not finishing when test fails or there is error 2015-06-08 16:27:54 +02:00
Shailesh Kumar 6c5883046f Added Integration tests 2015-06-04 03:53:19 +02:00
Johannes Lumpe fb40835cbb Merge branch 'master' of https://github.com/johanneslumpe/react-native-fs 2015-05-22 12:31:56 +03:00
Johannes Lumpe 1d4b2487f9 Moved react-native into peer dependencies, bumped version 2015-05-22 12:31:24 +03:00
Johannes Lumpe 015f93773c Using own queue, initialized errors, prefixed map method 2015-05-10 21:13:13 +03:00
Johannes Lumpe 9ce3292a8b Added note about breaking changes 2015-05-10 20:17:49 +03:00
Johannes Lumpe b516d5e6e2 Updated version 2015-05-09 00:41:13 +03:00
Johannes Lumpe e8e2098dd8 Fixed typo 2015-05-09 00:41:00 +03:00
Johannes Lumpe a43d3ff17a Bumped version 2015-05-09 00:39:27 +03:00
Johannes Lumpe e7648ccfac Updated readme 2015-05-09 00:39:14 +03:00
Johannes Lumpe 147f199124 Merge pull request #1 from dsibiski/patch-1
Fixes typo in Readme
2015-05-09 00:26:06 +03:00
Johannes Lumpe f6a3d02fa2 Removed another nslog 2015-05-09 00:18:55 +03:00
Johannes Lumpe 04b30e06a5 Removed nslog 2015-05-09 00:18:40 +03:00
Johannes Lumpe 1eacac82f5 Added unlink suport 2015-05-09 00:17:10 +03:00
Dave Sibiski 59ba4b8e66 Fixes typo in Readme 2015-05-08 16:56:22 -04:00
Johannes Lumpe afdb1608ff Added basic support for writing contents to a file 2015-05-08 23:47:54 +03:00
Johannes Lumpe de49e3f7bb Added mode 2015-05-08 23:10:45 +03:00
Johannes Lumpe 45fabb05c0 Bumped version to 0.2.0 2015-05-08 20:21:48 +03:00
Johannes Lumpe da94e2d794 Updated readme 2015-05-08 20:21:34 +03:00
Johannes Lumpe 78f5272521 Added Cache and Document directory paths as constants 2015-05-08 20:17:59 +03:00
Johannes Lumpe 1821893891 Initial commit 2015-05-08 20:05:37 +03:00