File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
"prepare" : " husky" ,
35
35
"release" : " ./script/release.sh" ,
36
36
"codegen:android" : " cd ../../example/android && ./gradlew generateCodegenArtifactsFromSchema" ,
37
- "codegen:ios" : " node ../../example/node_modules/ react-native/scripts/generate- codegen-artifacts.js --path example/ --outputPath ../../example/ios" ,
37
+ "codegen:ios" : " react-native codegen --path example/ --outputPath ../../example/ios" ,
38
38
"codegen" : " yarn codegen:android && yarn codegen:ios" ,
39
39
"build:expo-config-plugin" : " tsc --project ./expo-config-plugin" ,
40
40
"prepack" : " yarn build:expo-config-plugin && bob build" ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export function login({
122
122
scopes,
123
123
} : {
124
124
serviceTerms ?: string [ ] ;
125
- prompts ?: ( 'Loign ' | 'Create' | 'Cert' | 'UnifyDaum' | 'SelectAccount' ) [ ] ;
125
+ prompts ?: ( 'Login ' | 'Create' | 'Cert' | 'UnifyDaum' | 'SelectAccount' ) [ ] ;
126
126
scopes ?: string [ ] ;
127
127
useKakaoAccountLogin ?: boolean ;
128
128
web ?: {
You can’t perform that action at this time.
0 commit comments