Remove flow comments. We weren't using it anyways.
This commit is contained in:
parent
74aee3afb8
commit
6febcbf3f7
|
@ -1,4 +1,3 @@
|
|||
// @flow
|
||||
import React from 'react'
|
||||
import { TabNavigator, TabBarBottom } from 'react-navigation'
|
||||
import FastImageExample from './fastImage/FastImageExample'
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// @flow
|
||||
import React from 'react'
|
||||
import FastImage from 'react-native-fast-image'
|
||||
import Icon from 'react-native-vector-icons/Ionicons'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// @flow
|
||||
import React, { Component } from 'react'
|
||||
import {
|
||||
StyleSheet,
|
||||
|
|
Loading…
Reference in New Issue