Skip to content

Commit

Permalink
Replace assert in Switch.js with custom assert (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerumen authored and aksonov committed Jun 22, 2016
1 parent 19414a2 commit 9ddaabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Switch.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { PropTypes } from 'react';
import TabBar from './TabBar';
import assert from 'assert';
import { assert } from './Util';

export default function Switch(props) {
const navState = props.navigationState;
Expand Down

0 comments on commit 9ddaabd

Please sign in to comment.