• Emanuel Aguayo
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies

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!
Hello! I'm developing a hybrid app but my problem is at the moment to logout, because after the auth i'm just redirecting to the community and showing in a web container so when i click Logout it just redirect me to community login but if a close the app and open again the session is still saved and automatically redirect me to the community.