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

upgrade React-native-web to 13 #5043

Merged
merged 7 commits into from
Sep 17, 2020
Merged

upgrade React-native-web to 13 #5043

merged 7 commits into from
Sep 17, 2020

Conversation

aaronmgdr
Copy link
Member

Description

upgrades react-native-web from 0.11 to 0.13.

Other changes

only made changes nessesary to get the tests and functionality to work

  • remove the custom onPress testing fireEvent as fireEvent.click now works

  • Changed what Form onInput expects from a native event to a custom{name, value} as nativeEvent no longer included the input name nor was it to be found elsewhere on the event.

Tested

ran the tests, fixed the test

went to every page and interacted, filled out forms. etc.

Related issues

Backwards compatibility

should be

@aaronmgdr aaronmgdr requested review from ErinHales and removed request for timmoreton, jmrossy, cmcewen and asaj September 11, 2020 18:04
@ErinHales
Copy link
Contributor

ErinHales commented Sep 16, 2020

Also, noticed Pin is now black instead of white in /validators/explore. Probably missed some styles when you were updating there :)
Screen Shot 2020-09-15 at 5 55 30 PM

@aaronmgdr aaronmgdr requested a review from ErinHales September 17, 2020 16:35
@ErinHales
Copy link
Contributor

Error when starting up the site
Screen Shot 2020-09-17 at 3 04 28 PM

Copy link
Contributor

@ErinHales ErinHales left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad! Didn't run yarn, looks good!

@aaronmgdr aaronmgdr added the automerge Have PR merge automatically when checks pass label Sep 17, 2020
@mergify mergify bot merged commit cb6d105 into master Sep 17, 2020
@mergify mergify bot deleted the aaronmgdr/rnw-upgrade branch September 17, 2020 21:52
m-chrzan pushed a commit that referenced this pull request Sep 19, 2020
### Description

upgrades react-native-web from 0.11 to 0.13. 


### Other changes

only made changes nessesary to get the tests and functionality to work 

* remove the custom `onPress` testing fireEvent as `fireEvent.click` now works 

* Changed what Form onInput expects from a native event to a custom`{name, value}` as `nativeEvent` no longer included the input `name` nor was it to be found  elsewhere on the event.

 

### Tested

ran the tests, fixed the test

went to every page and interacted, filled out forms. etc. 


### Related issues

- Fixes #3005

### Backwards compatibility
should be
ewilz pushed a commit to ewilz/celo-monorepo that referenced this pull request Sep 29, 2020
### Description

upgrades react-native-web from 0.11 to 0.13. 


### Other changes

only made changes nessesary to get the tests and functionality to work 

* remove the custom `onPress` testing fireEvent as `fireEvent.click` now works 

* Changed what Form onInput expects from a native event to a custom`{name, value}` as `nativeEvent` no longer included the input `name` nor was it to be found  elsewhere on the event.

 

### Tested

ran the tests, fixed the test

went to every page and interacted, filled out forms. etc. 


### Related issues

- Fixes celo-org#3005

### Backwards compatibility
should be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Have PR merge automatically when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade RNW to 0.13.x
5 participants