Remove flow comments. We weren't using it anyways.

This commit is contained in:
Dylan Vann 2018-01-13 18:59:04 -05:00
parent 74aee3afb8
commit 6febcbf3f7
4 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
// @flow
import React from 'react'
import { TabNavigator, TabBarBottom } from 'react-navigation'
import FastImageExample from './fastImage/FastImageExample'

View File

@ -1,4 +1,3 @@
// @flow
import React, { Component } from 'react'
import {
Button,
@ -65,7 +64,7 @@ FastImage.preload([
])
class FastImageExample extends Component {
state = { bust: `?bust` }
state = { bust: '?bust' }
onPressedReload = () => {
// Force complete re-render and bust image cache.

View File

@ -1,4 +1,3 @@
// @flow
import React from 'react'
import FastImage from 'react-native-fast-image'
import Icon from 'react-native-vector-icons/Ionicons'

View File

@ -1,4 +1,3 @@
// @flow
import React, { Component } from 'react'
import {
StyleSheet,