Amity TS SDK Dependency Issues

Could you please help me on the dependency issues when implementing the latest version of Amity TS SDK?

Here is a copy of my package.json

“dependencies”: {
@amityco/ts-sdk-react-native”: “^6.32.2”,
@expo/vector-icons”: “^14.0.2”,
@react-native-async-storage/async-storage”: “1.23.1”,
@react-navigation/native”: “^6.0.2”,
“expo”: “^52.0.0”,
“expo-build-properties”: “~0.12.5”,
“expo-constants”: “~16.0.2”,
“expo-font”: “~12.0.9”,
“expo-linking”: “~6.3.1”,
“expo-router”: “~3.5.23”,
“expo-splash-screen”: “~0.27.5”,
“expo-status-bar”: “~1.12.1”,
“expo-system-ui”: “~3.0.7”,
“expo-web-browser”: “~13.0.3”,
“react”: “18.2.0”,
“react-dom”: “18.2.0”,
“react-native”: “0.74.5”,
“react-native-base64”: “^0.2.1”,
“react-native-gesture-handler”: “~2.16.1”,
“react-native-reanimated”: “~3.10.1”,
“react-native-safe-area-context”: “4.10.5”,
“react-native-screens”: “3.31.1”,
“react-native-web”: “~0.19.10”
},
“devDependencies”: {
@babel/core”: “^7.20.0”,
@types/base-64”: “^1.0.2”,
@types/jest”: “^29.5.12”,
@types/react”: “~18.2.45”,
@types/react-test-renderer”: “^18.0.7”,
“jest”: “^29.2.1”,
“jest-expo”: “~51.0.3”,
“react-test-renderer”: “18.2.0”,
“typescript”: “~5.3.3”
},

Hello, could you please share the details of the issue along with full screenshots of the errors you’re encountering? Thank you.

Hello Here is the screenshot of the error that I am getting

Hello @EmmanKusumi,

We have addressed these issues in the new version of the TS SDK 6.32.3. Please pull the new code and try again. If the issues still persist, please let us know.

Thank you!

I am getting this error:
notarget No matching version found for @amityco/ts-sdk@6.32.3

Hello @EmmanKusumi , Please try pulling the code from this repository: @amityco/ts-sdk-react-native. If the issues still persist, please let us know.

Thank you!

I am still getting the issue. Is ts-sdk-react-native compatible with expo?

Hello @EmmanKusumi , there shouldn’t be any issues with Expo. Please use this example project as your guide: GitHub - AmityCo/Amity-Social-UIKit-React-Native-OpenSource