Posts by emilianoeloi • 121 points
2 posts
-
0
votes1
answer68
viewsQ: My Gemfile (Bundle install) is breaking using macos Bigsur - Could not find json-2.3.1 in any of the sources
Generally I use Bundle to install the cocoapods by configuring the Gemfile files: source 'https://rubygems.org' gem 'cocoapods', '>= 1.9.0' And then installing the bungler. $ bundle install And…
-
1
votes1
answer575
viewsA: How does the React-Native cache system work?
Salve, Italo. use this module https://github.com/DylanVann/react-native-fast-image, it will help you with the cache. Emiliano…