-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expo support #5
Comments
Hi @julian-gargicevich, I know you asked long ago but I have just had to get this working and maybe this can be useful. I found a workaround for this to work with expo if you are using EAS for building.
Where it says you will have to fill it with the AppDelegate.m content you got before and add to it the lines required by https://developers.tiktok.com/doc/getting-started-ios-quickstart-objective-c step 4. Also for not running into this issue: #11, be sure to register and get your app approved at tiktok developers portal. Edit: One update. I mentioned below that callback was not working properly and it was not returning to app after sharing a video. This is because this line
I will update what I wrote on the steps above just for the post to be clearer. |
Thank you @galias11 !! I'm currently on holidays but will try it out and let you know how it goes once I get back |
@galias11 |
Hey @Lg0gs, yes it did. I only used it for video sharing. The only thing I have not fully tested yet is the go back to my App feature, but the video is shared correctly. As a note for development I use an EAS development build: https://docs.expo.dev/development/build/ |
@galias11 Could you please share a snippet of your code where you are calling 'auth' and could you also please share the |
How to use it. Can you share me file react native code |
It'd be great if this library worked with expo managed workflow. Do you have any idea how to get it to work with it?
I've tried adding it to the managed workflow and then creating a new dev client but it's the AppDelegate section that I really don't know how to get it working.
The text was updated successfully, but these errors were encountered: