aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
101 stars 24 forks source link

Upgrade react native #153

Closed hokyungh closed 2 years ago

hokyungh commented 2 years ago

Issue #, if available: This is to upgrade react-native to latest version which is 0.69.1 as of now.

Description of changes: I have followed https://react-native-community.github.io/upgrade-helper/?from=0.62.0&to=0.69.0, but I have omitted the changes for new architecture on the android. This used NodeJS version of v16.

Tested:

I have run it on Pixel 6 and iPhone 6S to confirm that the application runs.

Impact:

The newest react native's minimum iOS and Android version are higher, so lower version of Android/iOS devices might not be able to run.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.