• Aasish Sharma Kaphle
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    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!