alinz / react-native-tabbar

Tab bar with more freedom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use a class as the content of a tab?

saeed2402 opened this issue · comments

Hi,
How can I use another class as the content of one of my tabs?
Let's say I have a test.js, and in it I have a text box. Instead of:
content = This is the content 1

I want to use that class to render one of my tabs. Is that possible here?

Thanks for your help in advance.

I'm doing it in Android, BTW