Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Native update to 0.63 #2078

Merged
merged 32 commits into from
Feb 4, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5005b65
Files modified
andrepimenta Dec 16, 2020
a8d5561
Yellow box to logbox and keyboard aware and eslint lib update
andrepimenta Dec 16, 2020
d21fe2d
Update react navigation and fix inputs size
andrepimenta Dec 16, 2020
80b42e9
Update scrollview tests
andrepimenta Dec 16, 2020
383e21f
keyring unit test
andrepimenta Dec 16, 2020
a166691
More scroll view unit testing update
andrepimenta Dec 16, 2020
b564549
Fix typo
andrepimenta Dec 16, 2020
71704a2
Updating password unit tests
andrepimenta Dec 16, 2020
3b114b1
snaps
estebanmino Jan 5, 2021
53c55f7
circle
estebanmino Jan 5, 2021
b9f85aa
9
estebanmino Jan 5, 2021
1e3892c
CURRENT_PROJECT_VERSION
estebanmino Jan 6, 2021
f077f9c
xcodeversioncircleci
estebanmino Jan 6, 2021
a834713
gesture-handler
estebanmino Jan 6, 2021
2325b4e
lock
estebanmino Jan 6, 2021
4879a6a
xcodeversioncircleci
estebanmino Jan 6, 2021
f90c7a0
xcodeversioncircleci
estebanmino Jan 6, 2021
c2dee70
xcodeagain
estebanmino Jan 6, 2021
0ef7b77
intallbundler
estebanmino Jan 7, 2021
e714cf0
faraday
estebanmino Jan 7, 2021
b8d8f40
v
estebanmino Jan 7, 2021
e075568
fastlane
estebanmino Jan 7, 2021
09415a2
bumps
estebanmino Jan 7, 2021
164d4eb
ifdebug
estebanmino Jan 7, 2021
64f9d10
Merge branch 'develop' into improvement/react-native-update-0.63
andrepimenta Jan 12, 2021
b6c1e90
Fix detox for android and ios builds
andrepimenta Jan 19, 2021
aa9096e
Fix tutorial on iOS and backup on android
andrepimenta Jan 19, 2021
3db5a0b
Merge branch 'develop' into improvement/react-native-update-0.63
andrepimenta Jan 19, 2021
67100d5
Merge branch 'develop' into improvement/react-native-update-0.63
andrepimenta Feb 4, 2021
2e5a364
Update yarn.lock
andrepimenta Feb 4, 2021
ae1c3f4
Remove ignore from ci
andrepimenta Feb 4, 2021
1f20730
Update unit tests
andrepimenta Feb 4, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update scrollview tests
  • Loading branch information
andrepimenta committed Dec 16, 2020
commit 80b42e9f87abc6be34cba518ce3115d2ca7b4abe
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`TransactionEditor should render correctly 1`] = `
<Fragment>
<KeyboardAwareScrollViewMock
<KeyboardAwareScrollView
contentContainerStyle={
Object {
"flex": 1,
Expand Down Expand Up @@ -33,6 +33,6 @@ exports[`TransactionEditor should render correctly 1`] = `
handleGasFeeSelection={[Function]}
/>
</AnimatedTransactionModal>
</KeyboardAwareScrollViewMock>
</KeyboardAwareScrollView>
</Fragment>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ exports[`TransactionReviewData should render correctly 1`] = `
}
}
>
<KeyboardAwareScrollViewMock
<KeyboardAwareScrollView
enableAutomaticScroll={true}
enableOnAndroid={false}
enableResetScrollToCoords={true}
Expand Down Expand Up @@ -179,7 +179,7 @@ exports[`TransactionReviewData should render correctly 1`] = `
}
/>
</TouchableWithoutFeedback>
</KeyboardAwareScrollViewMock>
</KeyboardAwareScrollView>
</View>
</View>
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`AddressList should render correctly 1`] = `
}
}
>
<ScrollViewMock
<ScrollView
style={
Object {
"flexGrow": 1,
Expand Down Expand Up @@ -46,6 +46,6 @@ exports[`AddressList should render correctly 1`] = `
Transfer between my accounts
</Text>
</TouchableOpacity>
</ScrollViewMock>
</ScrollView>
</View>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`Amount should render correctly 1`] = `
}
testID="amount-screen"
>
<ScrollViewMock
<ScrollView
style={
Object {
"marginBottom": 60,
Expand Down Expand Up @@ -180,7 +180,7 @@ exports[`Amount should render correctly 1`] = `
</View>
</View>
</View>
</ScrollViewMock>
</ScrollView>
<KeyboardAvoidingView
behavior="padding"
enabled={true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports[`Confirm should render correctly 1`] = `
toSelectedAddress=""
/>
</View>
<ScrollViewMock
<ScrollView
style={
Object {
"flex": 1,
Expand Down Expand Up @@ -124,7 +124,7 @@ exports[`Confirm should render correctly 1`] = `
</Text>
</TouchableOpacity>
</View>
</ScrollViewMock>
</ScrollView>
<View
style={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`ContactForm should render correctly 1`] = `
}
testID="add-contact-screen"
>
<KeyboardAwareScrollViewMock
<KeyboardAwareScrollView
enableAutomaticScroll={true}
enableOnAndroid={false}
enableResetScrollToCoords={true}
Expand Down Expand Up @@ -289,6 +289,6 @@ exports[`ContactForm should render correctly 1`] = `
}
title="Delete contact"
/>
</KeyboardAwareScrollViewMock>
</KeyboardAwareScrollView>
</ForwardRef(SafeAreaView)>
`;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`SecuritySettings should render correctly 1`] = `
<ScrollViewMock
<ScrollView
style={
Object {
"backgroundColor": "#FFFFFF",
Expand Down Expand Up @@ -846,5 +846,5 @@ exports[`SecuritySettings should render correctly 1`] = `
value=""
/>
</View>
</ScrollViewMock>
</ScrollView>
`;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Settings should render correctly 1`] = `
<ScrollViewMock
<ScrollView
style={
Object {
"backgroundColor": "#FFFFFF",
Expand Down Expand Up @@ -46,5 +46,5 @@ exports[`Settings should render correctly 1`] = `
onPress={[Function]}
title="About MetaMask"
/>
</ScrollViewMock>
</ScrollView>
`;