Skip to content

Commit db90318

Browse files
committed
chore: resolve conflicts from v6
2 parents 56c0b41 + 50d6467 commit db90318

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

docusaurus/docs/reactnative/guides/custom-message-actions.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,10 @@ Please note that these intercepts will neither change the standard functions nor
373373
:::
374374
375375
- `handleBan`
376+
<<<<<<< HEAD
377+
=======
378+
- `handleBlock`(deprecated)
379+
> > > > > > > 50d6467ce4ff02ba01398b858985547a0b490beb
376380
- `handleCopy`
377381
- `handleDelete`
378382
- `handleEdit`

examples/SampleApp/ios/SampleApp.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,9 @@
675675
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
676676
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
677677
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
678+
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
679+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
680+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
678681
);
679682
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
680683
LD_RUNPATH_SEARCH_PATHS = (
@@ -832,6 +835,9 @@
832835
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
833836
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
834837
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
838+
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
839+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
840+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
835841
);
836842
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
837843
LD_RUNPATH_SEARCH_PATHS = (

package/src/components/Chat/__tests__/Chat.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ describe('TranslationContext', () => {
135135
beforeEach(() => {
136136
jest.spyOn(DBSyncManager, 'init');
137137
});
138+
138139
afterEach(() => {
139140
jest.clearAllMocks();
140141
cleanup();

0 commit comments

Comments
 (0)