-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from cometchat-pro/v2.2.1-1
v2.2.1
- Loading branch information
Showing
224 changed files
with
1,956 additions
and
2,020 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const COMETCHAT_CONSTANTS = { | ||
APP_ID: "APP_ID", | ||
REGION: "REGION", | ||
AUTH_KEY: "AUTH_KEY", | ||
APP_ID: 'APP_ID', | ||
REGION: 'REGION', | ||
AUTH_KEY: 'AUTH_KEY', | ||
}; |
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,18 @@ | ||
{ | ||
"name": "cometchat-pro-react-native-ui-kit", | ||
"version": "2.2.0", | ||
"version": "2.2.1-1", | ||
"description": "Chat UI Kit for React Native App", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "eslint 'src/**/*.{js,jsx}' --quiet --fix" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx}": [ | ||
"npm run lint", | ||
"git add --all" | ||
], | ||
"*.json": [ | ||
"git add --all" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:cometchat/react-native.git" | ||
}, | ||
"peerDependencies": { | ||
"@react-native-community/async-storage": "^1.12.1", | ||
"@react-native-async-storage/async-storage": "^1.13.4", | ||
"@react-native-picker/picker": "^1.9.4", | ||
"react-native-sound": "^0.11.0", | ||
"react-native-vector-icons": "^7.1.0", | ||
"react-native-elements": "^3.0.0-alpha.1", | ||
|
@@ -38,20 +22,13 @@ | |
"react-native": "^0.63.3", | ||
"react-native-gesture-handler": "^1.9.0", | ||
"react-native-reanimated": "^1.13.2", | ||
"react-native-screens": "^2.16.1", | ||
"reanimated-bottom-sheet": "^1.0.0-alpha.22", | ||
"react-native-video": "^5.1.0-alpha8", | ||
"react": "^16.0.1", | ||
"@react-navigation/bottom-tabs": "^5.11.2", | ||
"@react-navigation/native": "^5.8.10", | ||
"@react-navigation/stack": "^5.12.8", | ||
"react-native-video-controls": "^2.7.1", | ||
"rn-fetch-blob": "^0.12.0", | ||
"lodash": "^4.17.20", | ||
"react-native-autolink": "^3.0.0", | ||
"@cometchat-pro/react-native-calls": "1.0.7", | ||
"@cometchat-pro/react-native-chat": "2.2.0", | ||
"emoji-mart-native": "^0.6.2-beta" | ||
"react-native-video-controls": "^2.7.1" | ||
}, | ||
"author": "Inscripts", | ||
"license": "ISC", | ||
|
@@ -70,5 +47,14 @@ | |
"metro-react-native-babel-preset": "^0.63.0", | ||
"prettier": "^2.1.2" | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
"@cometchat-pro/react-native-calls": "1.0.8", | ||
"@cometchat-pro/react-native-chat": "2.2.1", | ||
"@react-native-community/async-storage": "^1.12.1", | ||
"lodash": "^4.17.20", | ||
"react-native-autolink": "^3.0.0", | ||
"redux": "^4.0.5", | ||
"redux-thunk": "^2.3.0", | ||
"emoji-mart-native": "^0.6.2-beta" | ||
} | ||
} |
File renamed without changes
File renamed without changes
This file contains 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
This file contains 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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Oops, something went wrong.