Skip to content

krystianlaubach/react-native-shopping-list

Repository files navigation

Shopping List

Mobile App created for learning purpose with React Native and TypeScript inspired by React Native Crash Course with some modifications.

Credits to Brad Traversy from Traversy Media.

My modifications:

Home Screen Shopping List Screen
HomeScreen ShoppingListScreen

Setting up the development environment

https://reactnative.dev/docs/environment-setup

Installing Packages

npm install

Installing CocoaPods

cd ios
pod install
cd ..

Starting Metro

npx react-native start

Running in iOS emulator

npx react-native run-ios

Running in Android emulator

npx react-native run-android

About

Shopping List - Learning React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published