V2 dependency updates (#5907)

* Update to RN 0.67 & dependencies

* Update server displayName if already exists

* Allow adding only one reaction

* update to rn 0.67.1
This commit is contained in:
Elias Nahum
2022-01-21 08:49:04 -03:00
committed by GitHub
parent 5762bc93b9
commit 2013f39a61
32 changed files with 2030 additions and 1839 deletions

View File

@@ -72,6 +72,7 @@ export type CreateServerDatabaseArgs = {
export type HandleReactionsArgs = {
prepareRecordsOnly: boolean;
postsReactions: ReactionsPerPost[];
skipSync?: boolean;
};
export type HandleFilesArgs = {