Skip to content

Commit

Permalink
Update examples/basic/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Moch <[email protected]>
  • Loading branch information
freeboub and KrzysztofMoch authored Jun 14, 2024
1 parent 0a2c9ac commit 2318870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"android": "expo run:android",
"ios": "expo run:ios",
"windows": "react-native run-windows",
"start": "react-native start",
"start": "expo start",
"test": "jest",
"lint": "eslint .",
"pod-install": "cd ios && pod install && cd ..",
Expand Down

0 comments on commit 2318870

Please sign in to comment.