You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I implemented fastlane into my React Native app. To keep everything clean I created separate fastlane folder structure for ios and android with one Gemfile inside each one. Then I was thinking what should I do with my Gemfile in root ? Should I move everything to ios folder and add fastlane and cocoapods dependencies into one Gemfile? For sure I want to keep my fastlane separated for each platform.
Discussion points
Is there a reason to keep Gemfile in root folder ?