File tree Expand file tree Collapse file tree 3 files changed +3
-63
lines changed
examples/ReactNativeBlobUtil Expand file tree Collapse file tree 3 files changed +3
-63
lines changed Original file line number Diff line number Diff line change @@ -58,65 +58,5 @@ buck-out/
5858# CocoaPods
5959/ios /Pods /
6060
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-
9861# packages
9962windows /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 1212 "test:windows" : " jest --config jest.config.windows.js"
1313 },
1414 "dependencies" : {
15- "react" : " 18.1 .0" ,
15+ "react" : " 18.2 .0" ,
1616 "react-native" : " ^0.76" ,
17- "react-native-blob-util" : " link :../../" ,
17+ "react-native-blob-util" : " file :../../" ,
1818 "react-native-windows" : " ^0.76"
1919 },
2020 "devDependencies" : {
Original file line number Diff line number Diff line change 4141 "eslint" : " >7.0.0" ,
4242 "eslint-config-defaults" : " ^9.0.0" ,
4343 "eslint-plugin-react" : " ^7.24.0" ,
44- "react" : " 18.0 .0" ,
44+ "react" : " 18.2 .0" ,
4545 "react-native" : " 0.76"
4646 },
4747 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments