You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let tabs = [{
text: '${this.state.tags.toLowerCase()}',
iconSource: 'https://www.exmaple.com/img/cookies.png', <-- this does not work
selectedIconSource: require("../img/bluep.png")
}];
I tried to use this: iconSource: uri: 'https://www.exmaple.com/img/cookies.png', but I get a transform error.
The text was updated successfully, but these errors were encountered:
I tried to use this:
iconSource: uri: 'https://www.exmaple.com/img/cookies.png',
but I get a transform error.The text was updated successfully, but these errors were encountered: