File tree Expand file tree Collapse file tree 5 files changed +3296
-3624
lines changed
Expand file tree Collapse file tree 5 files changed +3296
-3624
lines changed Original file line number Diff line number Diff line change 2525 # - rn/yarn_install
2626 # fails with Error untarring cache: Error extracting tarball /var/folders/bq/mjrgbpkx5h1g_b22fpv0tlzc0000gn/T/cache376822577 : tmp/yarn/: Cannot extract through symlink tmp/yarn tmp/yarn/v6/: Cannot extract through symlink tmp/yarn/v6 tmp/yarn/v6/.tmp/: Cannot extract through symlink tmp/yarn/v6/.tmp tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel/: Cannot extract through symlink tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel tmp/yarn/v6/npm-@babel-code-frame-7.8.3-33e25903d7481181534e12ec0a25f16b6fcf419e-integrity/node_modules/@babel/code-frame/: Cannot extract: exit status 1
2727 - run :
28- command : yarn install --frozen-lockfile
28+ command : yarn install --frozen-lockfile --ignore-engines
2929 name : yarn install
3030 - run :
3131 command : yarn lint
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export const App = () => {
112112 return (
113113 < SafeAreaView style = { [ backgroundStyle , { flex : 1 } ] } >
114114 < StatusBar barStyle = "dark-content" />
115- < ScrollView >
115+ < ScrollView testID = "DateTimePickerScrollView" >
116116 { global . HermesInternal != null && (
117117 < View style = { styles . engine } >
118118 < Text testID = "hermesIndicator" style = { styles . footer } >
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ describe('Example', () => {
166166 } ) ;
167167
168168 it ( 'setTz should change time text when setTzOffsetInMinutes is 60 minutes' , async ( ) => {
169+ await element ( by . id ( 'DateTimePickerScrollView' ) ) . scrollTo ( 'bottom' ) ;
169170 await userOpensPickerSetTimeZoneOffset ( {
170171 mode : 'time' ,
171172 display : 'default' ,
Original file line number Diff line number Diff line change 8383 "react-test-renderer" : " 16.11.0" ,
8484 "semantic-release" : " ^17.1.1"
8585 },
86- "peerDependencies" : {
87- "react" : " >=16.8.3" ,
88- "react-native" : " >=0.60" ,
89- "react-native-windows" : " >=0.62"
90- },
9186 "dependencies" : {
9287 "invariant" : " ^2.2.4"
9388 },
You can’t perform that action at this time.
0 commit comments