React Native 1 min read

LCRN EP14 – Crypto Wallet App – React Native UI | REST API Calls | React Redux

Jack Tiong
Jack Tiong
May 24, 2021

In this episode, we are going to build a cool looking Crypto Wallet App based on the design created by Martin on Mockitt.

Plugins

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 --legacy-peer-deps

npm install react-redux redux redux-thunk

npm install axios

npm install react-native-reanimated@next
npm install @rainbow-me/animated-charts
npm install react-native-svg

npm install moment

npm install react-native-chart-kit

Links

Starter Template
Full Source Code

Speed Up Your Workflow

Want the full source code ready to ship?

Explore our professionally coded React Native & Expo UI Kits, complete with screens, navigators, and theme support.

Browse All Templates

Related Tutorials

View All Tutorials →
React Native

LCRN EP18 – Ecommerce App (Part 1) – Auto Scrolling with Loop | Image Transition Animation

In this episode, we are going to build a pretty cool E-Commerce App. For the first part of this project, we will mainly be focusing on the walkthrough screens and we are going to learn how we can implement auto scrolling images with infinite loop as well as how we can transition multiple images with […]

Mar 07, 2022 Read →
React Native

LCRN EP17 – Online Learning App (Part 1) – React Native UI | Animation | Custom Bottom Tab Navigator

In this episode, we are going to build a beautiful Online Learning App. For the first part of this project, we will mainly be focusing on custom bottom tab navigator as well as some animation concepts. Links Starter TemplateFull Source Code (CLI)Full Source Code (Expo)

Nov 02, 2021 Read →
React Native

LCRN EP16 – Food Delivery App (Part 3) – React Native UI | Swipeable List | Maps | Direction

In this episode, for the 3rd and final part of LCRN16 – Food Delivery App, we are going to build 8 different screens which includes food detail, checkout, cards, maps and etc. Links Starter TemplateFull Source Code (CLI)Full Source Code (Expo)

Sep 27, 2021 Read →