Skip to content

Commit

Permalink
Images Added
Browse files Browse the repository at this point in the history
  • Loading branch information
jpshelley committed Apr 13, 2017
1 parent c374a54 commit 45e4611
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file added ic_star_black_24dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Image,
Text,
View
} from 'react-native';
Expand All @@ -22,6 +23,7 @@ export default class DemoAndroidLibrary extends Component {
<Text style={styles.instructions}>
To get started, edit index.android.js
</Text>
<Image source={require('./ic_star_black_24dp.png')} />
<Text style={styles.instructions}>
Double tap R on your keyboard to reload,{'\n'}
Shake or press menu button for dev menu
Expand Down
9 changes: 9 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}

0 comments on commit 45e4611

Please sign in to comment.