UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

15 lines (14 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mockIntegrateWithDepsYml = void 0; // language=yaml exports.mockIntegrateWithDepsYml = ` dependencies: - dep-package - dep-package-2 steps: - task: app_delegate label: 'App Delegate' actions: - block: didFinishLaunchingWithOptions prepend: "// with-deps"`;