File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/react-native/Libraries/StyleSheet Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ jobs:
458458 PACKAGE=$(cat build/react-native-package-version)
459459 PATH_TO_PACKAGE="$REPO_ROOT/build/$PACKAGE"
460460 node ./scripts/releases/update-template-package.js "{\"react-native\":\"file:$PATH_TO_PACKAGE\"}"
461- node ./scripts/template/initialize .js --reactNativeRootPath $REPO_ROOT --templateName $ PROJECT_NAME --templateConfigPath "$REPO_ROOT/packages/react-native" --directory "/tmp/$PROJECT_NAME"
461+ node ./scripts/e2e/init-template-e2e .js --projectName $ PROJECT_NAME --templatePath "$REPO_ROOT/packages/react-native" --directory "/tmp/$PROJECT_NAME" --verbose
462462 - with_xcodebuild_cache :
463463 podfile_lock_path : << parameters.podfile_lock_path >>
464464 pods_build_folder : << parameters.pods_build_folder >>
@@ -1318,4 +1318,4 @@ jobs:
13181318 command : echo "//registry.npmjs.org/:_authToken=${CIRCLE_NPM_TOKEN}" > ~/.npmrc
13191319 - run :
13201320 name : Find and publish all bumped packages
1321- command : node ./scripts/monorepo/find-and- publish-all-bumped -packages.js
1321+ command : node ./scripts/releases-ci/ publish-updated -packages.js
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ export type EdgeInsetsValue = {
3434 bottom : number ,
3535} ;
3636
37- export type CursorValue = ?( 'auto' | 'pointer' ) ;
38-
3937export type DimensionValue = number | string | 'auto' | AnimatedNode | null ;
4038export type AnimatableNumericValue = number | AnimatedNode ;
4139
You can’t perform that action at this time.
0 commit comments