Skip to content

Commit

Permalink
chore: add Apple Music example (osdnk#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom authored and osdnk committed Jun 30, 2019
1 parent 22109fa commit e3b7804
Show file tree
Hide file tree
Showing 8 changed files with 578 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
} from 'react-native'
import { createStackNavigator, createAppContainer } from 'react-navigation'

import AppleMusic from './src/screen/AppleMusic'
import Map from './Map'
import BlurToolbar from './BlurToolbar'
import Imperative from './Imperative'
Expand All @@ -16,6 +17,10 @@ import Sections from './Sections'
import Collapsable from './Collapsable'

const SCREENS = {
appleMusic: {
screen: AppleMusic,
title: 'Apple Music',
},
map: {
screen: Map,
title: 'Apple Map',
Expand Down
Binary file added Example/assets/avicii-tim.jpg
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 Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"react-navigation": "^3.4.1"
},
"devDependencies": {
"@types/expo": "^32.0.0",
"@types/expo__vector-icons": "^9.0.1",
"babel-preset-expo": "^5.0.0",
"escape-string-regexp": "^2.0.0"
},
Expand Down
Loading

0 comments on commit e3b7804

Please sign in to comment.