Move example files to src.

I don't remember why I put these in FastImage in the first place.
This commit is contained in:
Dylan Vann 2018-05-09 22:13:18 -04:00
parent 6c6526e4e7
commit b206c50028
18 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import App from './FastImage/App'
import App from './src/App'
AppRegistry.registerComponent('ReactNativeFastImageExample', () => App)