Open Adnan-Bacic opened 2 years ago
with the release of react-native 0.67 there is now a Gemfile for ruby dependencies. these dependencies are in a new /vendor/bundle/ folder.
/vendor/bundle/
while it didnt make it to this release, this folder is supposed to go into .gitignore(there are thousands of files in there so it makes sense). as shown here:
https://github.com/facebook/react-native/pull/32930
since this folder is basically the same as node_modules/ and ios/Pods, i think it would make sense if this package also deleted it.
node_modules/
ios/Pods
with the release of react-native 0.67 there is now a Gemfile for ruby dependencies. these dependencies are in a new
/vendor/bundle/
folder.while it didnt make it to this release, this folder is supposed to go into .gitignore(there are thousands of files in there so it makes sense). as shown here:
https://github.com/facebook/react-native/pull/32930
since this folder is basically the same as
node_modules/
andios/Pods
, i think it would make sense if this package also deleted it.