function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Emanuel AguayoEmanuel Aguayo 

Mobile SDK - React Native(iOS) - Problem login

Hi everyone! I have a little issue with react native on the iOS app, the problem is that i login perfectly so after that i want to render a webview component to display my community, but when the webview renders it show the login community page instead of the homepage of the community.
By the way on android devices is working perfectly.
This is my code of the WebView:

<WebView
        source={{
          uri: url,
          headers: { Authorization: 'Bearer ' + token },
        }}
      />
I hope you guys can help thanks!
Aasish Sharma KaphleAasish Sharma Kaphle
https://github.com/joeferraro/react-native-salesforce-basic
maybe this can help you