Skip to content

Commit

Permalink
Docs - User invite branded domain to code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af committed May 18, 2023
1 parent 88017d4 commit df985ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docs/RN_UserInvite.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ appsFlyer.generateInviteLink(
userParams: {
deep_link_value : 'value', // deep link param
deep_link_sub1 : 'sub1', // deep link param
custom_param : 'custom'
custom_param : 'custom',
brandDomain:'myexample.com'
},
},
(link) => {
Expand Down

0 comments on commit df985ac

Please sign in to comment.