This is a React Native Tip Calculator project to apply my understanding of React Native.
Local Setup
git clone https://github.com/rebeccahongsf/react-tipcalc.git
cd react-tipcalc.git
npm install # Install node_modules dependencies
Build Command(s)
npm expo start --ios # Starts development IOS emulator
Not currently open to contributions