feat: Concurrent/Cancellable configure (#2282)
				
					
				
			* feat: Cancellable `configure` * Android * Update Podfile.lock * Configure outside of lock * Update lockfiles * Use `bundle` for CI * Update script * Update Podfile.lock * fix: Set config at end * Lint
This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
|     "android": "react-native run-android", | ||||
|     "ios": "react-native run-ios", | ||||
|     "start": "react-native start", | ||||
|     "pods": "cd ios && pod install", | ||||
|     "pods": "cd ios && bundle exec pod install", | ||||
|     "lint": "eslint . --fix", | ||||
|     "lint-ci": "yarn lint -f ../node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js", | ||||
|     "typescript": "tsc --noEmit" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user