-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat/upgrade-react-native-version #49
Conversation
react-native 0.76 으로 변경하면서 package.json 에 node 18 이상 사용하도록 추가 되었는데 circleci 의 node 버전을 올려야겠죠? @bang9 |
넵 맞추면 좋을 것 �같습니다 |
sdk 와 sample에서 사용하는 typscript 버전이 달라서 tsc --noEmit 실행시 에러가 발생합니다. sample 에 tsconfig.json 추가
|
rn 0.74 부터 yarn3 정식지원이라 upgrade helper 에 있는 yarn 3.6.4버전으로 변경했는데 link 관련 기능이 yarn1 에 묵시적으로 허용되던게 yarn2+ 부터 제약조건등으로 workspace구성하지 않으면 안될수도 있다고하는데 혹시 방법 있을까요? 이것저것 다해봤는데 yarn3 버전에서는 link 가 제대로 동작을 안하네요 일단 1.22.22 버전으로 롤백 하였습니다 |
아니면, 저희가 https://callstack.github.io/react-native-builder-bob/create 요 라이브러리를 통해서 스캐폴딩 프로젝트를 생성한건데요 |
create-react-native-library root package(상위 폴더에 존재 @sendbird/calls-react-native) 에서 관련해서 정확한 내용을 찾지는 못했는데, 일단 1.22.22 버전으로 두고 마무리 하겠습니다 |
안드로이드빌드후 시작할때 link 걸린 @sendbird/calls-react-native 를 제대로 찾지 못해서 |
넵 요거는 샘플 업데이트라서, 따로 배포는 필요하지 않을 것 같습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
External Contributions
This project is not yet set up to accept pull requests from external contributors.
If you have a pull request that you believe should be accepted, please contact
the Developer Relations team [email protected] with details
and we'll evaluate if we can setup a CLA to allow for the contribution.
For Internal Contributors
[CLNP-6191](https://sendbird.atlassian.net/browse/CLNP-6191)
Description Of Changes
Update sample react-native version to 0.76.0
Fixed a typo in the updateRemoteVideoView function on iOS
Types Of Changes
What types of changes does your code introduce to this project?
Put an
x
in the boxes that apply_