I cloned react-native project from github. I tried to run on iOS simulator when I run bundle install it is saying Couldn't found Gemfile. I don't have Gemfile in my project directory. How I can create Gemfile?
Thanks
I cloned react-native project from github. I tried to run on iOS simulator when I run bundle install it is saying Couldn't found Gemfile. I don't have Gemfile in my project directory. How I can create Gemfile?
Thanks
Copyright © 2021 Jogjafile Inc.
You can use
bundle initto create aGemfilein the current working directory.Or you can create a very basic
Gemfilemanually with this content: