alinz / react-native-tabbar

Tab bar with more freedom
MIT License
265 stars 49 forks source link

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

Closed saeed2402 closed 8 years ago

saeed2402 commented 8 years ago

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.

saeed2402 commented 8 years ago

I'm doing it in Android, BTW