File tree 3 files changed +3
-63
lines changed
examples/ReactNativeBlobUtil 3 files changed +3
-63
lines changed Original file line number Diff line number Diff line change @@ -58,65 +58,5 @@ buck-out/
58
58
# CocoaPods
59
59
/ios /Pods /
60
60
61
- # OSX
62
- #
63
- .DS_Store
64
-
65
- # Xcode
66
- #
67
- build /
68
- * .pbxuser
69
- ! default.pbxuser
70
- * .mode1v3
71
- ! default.mode1v3
72
- * .mode2v3
73
- ! default.mode2v3
74
- * .perspectivev3
75
- ! default.perspectivev3
76
- xcuserdata
77
- * .xccheckout
78
- * .moved-aside
79
- DerivedData
80
- * .hmap
81
- * .ipa
82
- * .xcuserstate
83
-
84
- # Android/IntelliJ
85
- #
86
- build /
87
- .idea
88
- .gradle
89
- local.properties
90
- * .iml
91
-
92
- # node.js
93
- #
94
- node_modules /
95
- npm-debug.log
96
- yarn-error.log
97
-
98
61
# packages
99
62
windows /packages /
100
-
101
- # BUCK
102
- buck-out /
103
- \. buckd /
104
- * .keystore
105
- ! debug.keystore
106
-
107
- # fastlane
108
- #
109
- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
110
- # screenshots whenever they are needed.
111
- # For more information about the recommended setup visit:
112
- # https://docs.fastlane.tools/best-practices/source-control/
113
-
114
- * /fastlane /report.xml
115
- * /fastlane /Preview.html
116
- * /fastlane /screenshots
117
-
118
- # Bundle artifact
119
- * .jsbundle
120
-
121
- # CocoaPods
122
- /ios /Pods /
Original file line number Diff line number Diff line change 12
12
"test:windows" : " jest --config jest.config.windows.js"
13
13
},
14
14
"dependencies" : {
15
- "react" : " 18.1 .0" ,
15
+ "react" : " 18.2 .0" ,
16
16
"react-native" : " ^0.76" ,
17
- "react-native-blob-util" : " link :../../" ,
17
+ "react-native-blob-util" : " file :../../" ,
18
18
"react-native-windows" : " ^0.76"
19
19
},
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change 41
41
"eslint" : " >7.0.0" ,
42
42
"eslint-config-defaults" : " ^9.0.0" ,
43
43
"eslint-plugin-react" : " ^7.24.0" ,
44
- "react" : " 18.0 .0" ,
44
+ "react" : " 18.2 .0" ,
45
45
"react-native" : " 0.76"
46
46
},
47
47
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments