Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Scan the QR code from the above link with your Expo App with Android/Iphone
### How to Load the App
```
git clone https://github.com/oliver-gomes/react-native-calculator.git
cd react-native-calculator
npm install
npm start
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ios": "expo start --ios",
"eject": "expo eject"
},
"name": "Calculator App",
"name": "Calculator-App",
"dependencies": {
"eslint": "^5.13.0",
"expo": "^32.0.0",
Expand Down