yohnz / maoyanFilm

react-native app
MIT License
235 stars 33 forks source link

Where is TabBarItem? #5

Closed daojj closed 8 years ago

daojj commented 8 years ago

In main.js:

import TabBarItem from "./utils/TabBarItem";

But in utils/TabBarItem.js, no TabBarItem class, where is the TabBarItem Component?

yohnz commented 8 years ago

@daojj TabBarItem exports a default funciton。You can import it by any variable and don't have to know the name of the Class。 This is the detail