Ashraful Islam
Ashraful Islam
@meanstack9716 For your problem, it doesn't look like you have a problem with Gradle. _Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0_ is just...
Add your app bundle ID to your TikTok app https://developers.tiktok.com/ You can check your bundle ID from `android/app/build.gradle`. Something starting with `com.someName.someOtherName`. Possible that you'll have multiple bundleID for different...
Still, it does have the same error. Setting TikTokOpenSDK to 5.0.0 and using version `1.0.1` suggested [here](https://github.com/Lg0gs/react-native-tiktok/issues/7#issuecomment-1128529980) didn't work for me. Does anyone was able to use this package?
@githubbla Unfortunately didn't work [this](https://github.com/Lg0gs/react-native-tiktok/issues/7#issuecomment-1165761216) workaround
Well, after looking for different places to get intercom support with Expo 50, I finally wrote my custom mod-plugin for it! If anyone is still struggling with it then you...
I was facing a similar issue, so hope I can share some insights. I am using an expo app with different app variants **[staging, production]**. **This is my **eas config****...
There is a high change that you have configured everything the right way. The only problem is you are trying to run this on simulator! Unfortunately it doesn't work on...
Following @supershik's comments resolved my issue. Thanks @supershik To persist the changes, it's better to patch using the command `npx patch-package react-native-tiktok`, which will create a patch file under `patches`...