chore: release v0.1.0-alpha.1

This commit is contained in:
Satyajit Sahoo
2018-03-19 11:43:58 +01:00
committed by satyajit.happy
parent 89934b93c0
commit e60112b0a3

View File

@@ -1,7 +1,7 @@
/* @flow */
import * as React from 'react';
import { BottomNavigation } from 'react-native-paper';
import BottomNavigation from 'react-native-paper/src/components/BottomNavigation';
import createTabNavigator, {
type InjectedProps,
} from '../utils/createTabNavigator';