In this episode of “Let’s Code React Native” series, we are going to build a clean looking Cryptocurrency app based on the design created by David Morgan on Dribbble.
Plugins
// Navigation
npm install @react-navigation/native react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view @react-navigation/stack @react-navigation/bottom-tabs
// Splash Screen
npm i react-native-splash-screen --save
// Gradient
npm install react-native-linear-gradient --save
// Line Chart
npm install victory-native --save
npm install react-native-svg --save
Links