Skip to content

supolaris/SkipIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

React Navigation

yarn add @react-navigation/native
yarn add react-native-screens react-native-safe-area-context

Native Stack

yarn add @react-navigation/native-stack

Bottom Tabs

yarn add @react-navigation/bottom-tabs

Vector Icons

npm install --save react-native-vector-icons

Edit android/app/build.gradle (NOT android/build.gradle) and add:

apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")

For typescript

npm i --save-dev @types/react-native-vector-icons

Reanimated

yarn add react-native-reanimated

Lottie

yarn add lottie-react-native

Linear gradient

yarn add react-native-linear-gradient