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
in v3 class TabIcon extends Component {} <Scene key="home" icon={TabIcon}> <Scene key="homePage" component={HomePage}/> </Scene>
but in v4 this is error .I mast write that const TabIcon = ()=>{} <Scene key="home" icon={TabIcon}> <Scene key="homePage" component={HomePage}/> </Scene>
The text was updated successfully, but these errors were encountered:
in v3
class TabIcon extends Component {}
<Scene key="home" icon={TabIcon}> <Scene key="homePage" component={HomePage}/> </Scene>
but in v4 this is error .I mast write that
const TabIcon = ()=>{}
<Scene key="home" icon={TabIcon}> <Scene key="homePage" component={HomePage}/> </Scene>
The text was updated successfully, but these errors were encountered: