Table of Content
React Native でグラデーションを使用したい場合、react-native-linear-gradientを紹介しているサイトが多いですが、expoで開発している場合は、expoで用意されている<LinearGradient />を使用した方が圧倒的に簡単。
(react-native-linear-gradientの場合、eact-native linkで失敗するケースがある。)
Brush up skill set and Write down memos about software development.
React Native でグラデーションを使用したい場合、react-native-linear-gradientを紹介しているサイトが多いですが、expoで開発している場合は、expoで用意されている<LinearGradient />を使用した方が圧倒的に簡単。
(react-native-linear-gradientの場合、eact-native linkで失敗するケースがある。)