File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/create-react-native-library/src Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11import fs from 'fs-extra' ;
22import path from 'path' ;
33import https from 'https' ;
4- import { spawn } from './spawn' ;
5- import sortObjectKeys from './sortObjectKeys' ;
4+ import { spawn } from '../utils /spawn' ;
5+ import sortObjectKeys from '../utils /sortObjectKeys' ;
66
77export type ExampleType = 'vanilla' | 'test-app' | 'expo' | 'none' ;
88
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ import githubUsername from 'github-username';
1111import prompts , { type PromptObject } from './utils/prompts' ;
1212import generateExampleApp , {
1313 type ExampleType ,
14- } from './utils /generateExampleApp' ;
14+ } from './exampleApp /generateExampleApp' ;
1515import { spawn } from './utils/spawn' ;
1616import { version } from '../package.json' ;
17- import { addCodegenBuildScript } from './utils /addCodegenBuildScript' ;
17+ import { addCodegenBuildScript } from './exampleApp /addCodegenBuildScript' ;
1818import { createInitialGitCommit } from './utils/initialCommit' ;
1919import { assertNpx } from './utils/assert' ;
2020import { resolveBobVersionWithFallback } from './utils/promiseWithFallback' ;
You can’t perform that action at this time.
0 commit comments