-
Notifications
You must be signed in to change notification settings - Fork 52
Sync main with develop #56
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ed maintenance (#38) * chore: upgrade iMessageClone react native version to 0.69.5 and related maintenance * chore: upgrade @types/react-test-renderer to appropriate version 18.0.0
Bumps stream-chat-react-native from 4.10.0 to 5.3.0. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps stream-chat-react-native from 5.0.0 to 5.3.0. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps stream-chat-react-native from 5.3.0 to 5.3.1. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps stream-chat-react-native from 5.3.1 to 5.4.0. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps stream-chat-react-native from 5.4.0 to 5.4.1. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps stream-chat-react-native from 5.3.0 to 5.4.1. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
# Conflicts: # projects/SlackClone/package.json # projects/SlackClone/yarn.lock # projects/iMessageClone/package.json # projects/iMessageClone/yarn.lock
Bumps stream-chat-react-native from 5.4.1 to 5.4.2. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps stream-chat-react-native from 5.4.1 to 5.4.2. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
… if no env variables found (#51) * chore: imessageclone maintenance, upgrading dependencies, added alert if no env variables found * fix: broken camera usage due to missing permissions in info.plist * fix: creating new channel and send message issue using overrideOwnCapabilities
* fix: fixes white screen of death on start * chore: upgrading RN and React * fix: navigating to the correct channel * fix: navigating warning double name
* chore: remove old version of bottom sheet * feat: update slack clone to rn 0.70.6 * chore: add linting changes
Bumps stream-chat-react-native from 5.4.2 to 5.4.3. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps stream-chat-react-native from 5.4.2 to 5.4.3. --- updated-dependencies: - dependency-name: stream-chat-react-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
# Conflicts: # projects/SlackClone/android/build.gradle # projects/SlackClone/ios/Podfile.lock # projects/SlackClone/package.json # projects/SlackClone/yarn.lock # projects/iMessageClone/fastlane/Fastfile # projects/iMessageClone/ios/Podfile.lock # projects/iMessageClone/ios/iMessageCloneReactNative/Info.plist # projects/iMessageClone/package.json # projects/iMessageClone/yarn.lock
santhoshvai
approved these changes
Nov 21, 2022
santhoshvai
added a commit
that referenced
this pull request
Nov 21, 2022
Merge pull request #56 from GetStream/main-sync-with-develop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This automated PR is to keep our main branch updated with develop as soon as possible. Any change to main branch is deployed as a new app in testflight and firebase. And it is accessible to the public.