navigateToOneTalk
. To do this, you can add an authentication method in the previously created module file. (See Get Started - iOS). We will add a RCT_EXPORT_METHOD
named authenticateUser
.fullName
: (NSString *) current user's full name
email
: (NSString *) current user's email address
success
: (void (^)(NSString *message)) success callback containing a message
error
: (void (^)(NSString *message)) success callback containing the error messageclearAllTapLiveData
.