We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dc504 commit 5de56c7Copy full SHA for 5de56c7
…ct-native-library/src/template/config.ts …reate-react-native-library/src/config.tspackages/create-react-native-library/src/template/config.ts renamed to packages/create-react-native-library/src/config.ts
@@ -1,4 +1,4 @@
1
-import type { Answers } from 'create-react-native-library';
+import type { Answers, ExampleApp, SupportedArchitecture } from './input';
2
3
// Please think at least 5 times before introducing a new config key
4
// You can just reuse the existing ones most of the time
@@ -31,9 +31,6 @@ export type TemplateConfiguration = {
31
year: number;
32
};
33
34
-export type SupportedArchitecture = 'new' | 'mixed' | 'legacy';
35
-export type ExampleApp = 'none' | 'test-app' | 'expo' | 'vanilla';
36
-
37
export function generateTemplateConfiguration({
38
bobVersion,
39
basename,
0 commit comments