File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ export default 'https://snack.expo.io/@ethanshar/rnuilib_snack?platform=ios&supportedPlatforms=ios,android' ;
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import './InfoSection.scss' ;
3
3
import qr from '../../images/newDesign/qr.png' ;
4
+ import expoSnackLink from '../../data/expoSnackLink' ;
4
5
5
6
export default ( ) => {
6
7
return (
@@ -24,7 +25,7 @@ export default () => {
24
25
</ a >
25
26
</ li >
26
27
< li >
27
- < a target = "_blank" href = "https://snack.expo.io/@ethanshar/rnuilib_snack" >
28
+ < a target = "_blank" href = { expoSnackLink } >
28
29
Expo-Snack
29
30
</ a >
30
31
</ li >
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import './IntroSection.scss';
4
4
import introCover from '../../images/newDesign/introCover.jpg' ;
5
5
import goldStar from '../../images/goldStar.svg' ;
6
6
7
+ import expoSnackLink from '../../data/expoSnackLink' ;
8
+
7
9
export default ( ) => {
8
10
return (
9
11
< div className = "intro" >
@@ -22,7 +24,7 @@ export default () => {
22
24
< button className = "dark" > View Docs</ button >
23
25
</ Link >
24
26
25
- < a href = "https://snack.expo.io/@ethanshar/rnuilib_snack" target = "_blank" rel = "noopener noreferrer" >
27
+ < a href = { expoSnackLink } target = "_blank" rel = "noopener noreferrer" >
26
28
< button > Expo-Snack Demo</ button >
27
29
</ a >
28
30
</ div >
You can’t perform that action at this time.
0 commit comments