File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @react-native-community/template" ,
3- "version" : " 0.82 .0-main" ,
3+ "version" : " 0.83 .0-main" ,
44 "description" : " The template used by `npx @react-native-community/cli init` to bootstrap a React Native application." ,
55 "license" : " MIT" ,
66 "publishConfig" : {
Original file line number Diff line number Diff line change 273273 );
274274 PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
275275 PRODUCT_NAME = HelloWorld;
276+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
276277 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
277278 SWIFT_VERSION = 5.0;
279+ TARGETED_DEVICE_FAMILY = "1,2";
278280 VERSIONING_SYSTEM = "apple-generic";
279281 };
280282 name = Debug;
300302 );
301303 PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
302304 PRODUCT_NAME = HelloWorld;
305+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
303306 SWIFT_VERSION = 5.0;
307+ TARGETED_DEVICE_FAMILY = "1,2";
304308 VERSIONING_SYSTEM = "apple-generic";
305309 };
306310 name = Release;
Original file line number Diff line number Diff line change 4545 <key >UISupportedInterfaceOrientations </key >
4646 <array >
4747 <string >UIInterfaceOrientationPortrait </string >
48+ </array >
49+ <key >UISupportedInterfaceOrientations~ipad </key >
50+ <array >
4851 <string >UIInterfaceOrientationLandscapeLeft </string >
4952 <string >UIInterfaceOrientationLandscapeRight </string >
53+ <string >UIInterfaceOrientationPortrait </string >
54+ <string >UIInterfaceOrientationPortraitUpsideDown </string >
5055 </array >
5156 <key >UIViewControllerBasedStatusBarAppearance </key >
5257 <false />
Original file line number Diff line number Diff line change 1212 "dependencies" : {
1313 "react" : " 19.2.0" ,
1414 "react-native" : " 1000.0.0" ,
15- "@react-native/new-app-screen" : " 0.82 .0-main" ,
15+ "@react-native/new-app-screen" : " 0.83 .0-main" ,
1616 "react-native-safe-area-context" : " ^5.5.2"
1717 },
1818 "devDependencies" : {
2222 "@react-native-community/cli" : " 20.0.0" ,
2323 "@react-native-community/cli-platform-android" : " 20.0.0" ,
2424 "@react-native-community/cli-platform-ios" : " 20.0.0" ,
25- "@react-native/babel-preset" : " 0.82 .0-main" ,
26- "@react-native/eslint-config" : " 0.82 .0-main" ,
27- "@react-native/metro-config" : " 0.82 .0-main" ,
28- "@react-native/typescript-config" : " 0.82 .0-main" ,
25+ "@react-native/babel-preset" : " 0.83 .0-main" ,
26+ "@react-native/eslint-config" : " 0.83 .0-main" ,
27+ "@react-native/metro-config" : " 0.83 .0-main" ,
28+ "@react-native/typescript-config" : " 0.83 .0-main" ,
2929 "@types/jest" : " ^29.5.13" ,
3030 "@types/react" : " ^19.2.0" ,
3131 "@types/react-test-renderer" : " ^19.1.0" ,
You can’t perform that action at this time.
0 commit comments