Create components and lib folder
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { createStackNavigator } from 'react-navigation'
|
||||
import Home from './home'
|
||||
import Home from './components/home'
|
||||
|
||||
import Calendar from './calendar'
|
||||
import CycleDay from './cycle-day'
|
||||
import Chart from './components/chart'
|
||||
import Calendar from './components/calendar'
|
||||
import CycleDay from './components/cycle-day'
|
||||
import Chart from './components/chart/chart'
|
||||
|
||||
// this is until react native fixes this bug, see https://github.com/facebook/react-native/issues/18868#issuecomment-382671739
|
||||
import { YellowBox } from 'react-native'
|
||||
|
||||
Reference in New Issue
Block a user