Skip to content

Commit e3b7804

Browse files
gorhomosdnk
authored andcommitted
chore: add Apple Music example (#68)
1 parent 22109fa commit e3b7804

File tree

8 files changed

+578
-4
lines changed

8 files changed

+578
-4
lines changed

Example/App.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
} from 'react-native'
99
import { createStackNavigator, createAppContainer } from 'react-navigation'
1010

11+
import AppleMusic from './src/screen/AppleMusic'
1112
import Map from './Map'
1213
import BlurToolbar from './BlurToolbar'
1314
import Imperative from './Imperative'
@@ -16,6 +17,10 @@ import Sections from './Sections'
1617
import Collapsable from './Collapsable'
1718

1819
const SCREENS = {
20+
appleMusic: {
21+
screen: AppleMusic,
22+
title: 'Apple Music',
23+
},
1924
map: {
2025
screen: Map,
2126
title: 'Apple Map',

Example/assets/avicii-tim.jpg

63.5 KB
Loading

Example/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"react-navigation": "^3.4.1"
1414
},
1515
"devDependencies": {
16+
"@types/expo": "^32.0.0",
17+
"@types/expo__vector-icons": "^9.0.1",
1618
"babel-preset-expo": "^5.0.0",
1719
"escape-string-regexp": "^2.0.0"
1820
},

0 commit comments

Comments
 (0)