Show local images.

Show local images on iOS and Android.
This commit is contained in:
Dylan Vann
2018-06-09 22:12:56 -04:00
committed by GitHub
parent 6e0e6f8f2b
commit fddee2c583
60 changed files with 708 additions and 1089 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ import FeatureText from './FeatureText'
import ProgressExample from './ProgressExample'
import PreloadExample from './PreloadExample'
import ResizeModeExample from './ResizeModeExample'
import LocalImagesExample from './LocalImagesExample'
import StatusBarUnderlay, { STATUS_BAR_HEIGHT } from './StatusBarUnderlay'
const FastImageExample = () => (
@@ -33,6 +34,7 @@ const FastImageExample = () => (
<ProgressExample />
<PreloadExample />
<ResizeModeExample />
<LocalImagesExample />
</View>
</ScrollView>
<StatusBarUnderlay />
@@ -58,7 +60,6 @@ const styles = StyleSheet.create({
},
contentContainer: {
marginTop: 20,
marginBottom: 20,
},
image: {
flex: 1,