Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 436 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 436 Bytes

DemoBuddy

Demo and tryout React Native Stuff

Setup log:

npx react-native init DemoBuddy --template react-native-template-typescript

# add rect navigation v5 with minimum Home Details stack navigator 
yarn add @react-navigation/native
yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
yarn add @react-navigation/stack