margelo / react-native-quick-sqlite

A fast react-native SQLite library built using JSI
https://margelo.io
MIT License
353 stars 28 forks source link

Improve Ruby and CocoaPods environment #10

Closed chrispader closed 1 year ago

chrispader commented 1 year ago

To make the Ruby environment more consistent i added Gemfile.lock files in both the library as well as the example.

Also i updated the ruby version in the example, so it matches the library and updated a few dependencies.

To improve pod installation, i use bundle exec pod install instead of the pod-install npm package