Skip to content

Commit

Permalink
Fixed FloatingActionButton UIManager name
Browse files Browse the repository at this point in the history
Fixed #37
  • Loading branch information
cesardeazevedo committed Jan 7, 2018
1 parent ca74718 commit 58d5843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FloatingActionButton.js
Expand Up @@ -84,7 +84,7 @@ class FloatingActionButton extends Component {
dispatchViewCommand(command, view = []) {
UIManager.dispatchViewManagerCommand(
findNodeHandle(this),
UIManager.BSBFloatingActionButton.Commands[command],
UIManager.BSBFloatingActionButtonAndroid.Commands[command],
view,
)
}
Expand Down

0 comments on commit 58d5843

Please sign in to comment.