Move config to app level

This commit is contained in:
Julia Friesel
2018-08-21 14:26:13 +02:00
parent dcd0883bef
commit 7a1ef388d3
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React, { Component } from 'react'
import { View } from 'react-native'
import styles from './styles'
import config from './config'
import config from '../../config'
export default class DotAndLine extends Component {
shouldComponentUpdate(newProps) {