LottieAnimationを静的配置
This commit is contained in:
parent
ab8de7a8c0
commit
626c715510
1
assets/StationSign.json
Normal file
1
assets/StationSign.json
Normal file
File diff suppressed because one or more lines are too long
@ -131,9 +131,7 @@ export default function Sign(props) {
|
|||||||
height: (wp("80%") / 20) * 9,
|
height: (wp("80%") / 20) * 9,
|
||||||
backgroundColor: "#fff",
|
backgroundColor: "#fff",
|
||||||
}}
|
}}
|
||||||
source={{
|
source={require("../../assets/StationSign.json")}
|
||||||
uri: "https://cdn.lottielab.com/l/D4m3dmEqsjVN77.json",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<StationNumberMaker {...{ currentStation, isMatsuyama }} />
|
<StationNumberMaker {...{ currentStation, isMatsuyama }} />
|
||||||
@ -194,7 +192,7 @@ const styleSheet = {
|
|||||||
top: "2%",
|
top: "2%",
|
||||||
left: "2%",
|
left: "2%",
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
fontSize: parseInt("30%"),
|
fontSize: parseInt("25%"),
|
||||||
color: "#2E94BB",
|
color: "#2E94BB",
|
||||||
},
|
},
|
||||||
下帯内容: {
|
下帯内容: {
|
||||||
|
Loading…
Reference in New Issue
Block a user