GetOut is a React Native mobile app for iOS and Android that blocks calls so that users can live life uninterrupted by telemarketers, spammers, and scammers.
-
Set up your environment by carefully following the steps for your computer's OS and phone's OS:
https://reactnative.dev/docs/environment-setup -
Open a terminal and clone the repository onto your computer in a convenient location:
git clone https://github.com/PretzelJohn/GetOut.git GetOut
-
In your terminal, change your directory to the new "GetOut" folder:
cd GetOut
-
Install node packages:
npm install --save
-
For iOS, link the packages with CocoaPods:
cd ios && pod install && cd ..
-
Run the app:
npx react-native run-android
npx react-native run-ios