Check out example codes for "how to change samesite=lax to samesite=none in asp.net". It will help you in understanding the concepts better.
Code Example 1
response.Headers.Append("set-cookie", $"{key}={value}; path=/; SameSite=None; Secure");
Learn ReactJs, React Native from akashmittal.com