-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Deps
"typescript": "^2.5.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-native": "0.49.3",
Workaround
Change Indicator export method from:
export default (Indicator = function({ direction, size, color, style }) {});
to:
const Indicator = function({ direction, size, color, style }) {};
export default Indicator
Reactions are currently unavailable
