File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 22
33# v3.0.0  
44
5-  *  todo
5+  *  Removed Windows support.
6+  *  Convert to TypeScript.
7+  *  Migrated to [ Bob] ( https://github.com/callstack/react-native-builder-bob ) 
8+  *  Migrated iOS files into ` ios `  folder.
9+  *  Migrated source files into ` src folder ` .
10+  *  Migrated ` IntegrationTests `  into ` /example `  folder.
11+  *  Removed the following functions:
12+    *  ` pathForBundle ` 
13+    *  ` pathForGroup ` 
14+    *  ` readDirAssets ` 
15+    *  ` existsAssets ` 
16+    *  ` existsRes ` 
17+    *  ` readdir ` 
18+    *  ` setReadable ` 
19+    *  ` readFileAssets ` 
20+    *  ` readFileRes ` 
21+    *  ` copyFileAssets ` 
22+    *  ` copyFileRes ` 
23+    *  ` copyAssetsFileIOS ` 
24+    *  ` copyAssetsVideoIOS ` 
25+    *  ` uploadFiles ` 
26+    *  ` stopUpload ` 
27+  *  (Android) Revert Async nature of copy/move. Ported from [ itinance/react-native-fs/pull/1150] ( https://github.com/itinance/react-native-fs/pull/1150 ) 
28+  *  Clean up type handling of options/encoding. Ported from [ itinance/react-native-fs/pull/1011] ( https://github.com/itinance/react-native-fs/pull/1011 ) 
629
7- _ Changes prior to v2.20.0 can be found in [ original fork] ( https://github.com/itinance/react-native-fs ) _ 
30+ --- 
31+ _ Changes prior to v3.0.0 can be found in [ original fork] ( https://github.com/itinance/react-native-fs ) _ 
Original file line number Diff line number Diff line change 11{
22  "name" : " react-native-fs2" 
3-   "version" : " 2.20 .0" 
3+   "version" : " 3.0 .0" 
44  "description" : " Native filesystem access for react-native" 
55  "main" : " lib/commonjs/index" 
66  "module" : " lib/module/index" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments