This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.0.6](v2.0.5...v2.0.6) (2022-12-31) ### ⚠ BREAKING CHANGES * it happened some commits ago. And here is to test if this really works ### 🐛 Fixes * [#13](#13), updated tamagui and tsconfig.base path ([97d1dd5](97d1dd5))
- Loading branch information
1 parent
97d1dd5
commit 0bacd24
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "tamagui-expo-template", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"start:wsl:wifi": "REACT_NATIVE_PACKAGER_HOSTNAME=$(netsh.exe interface ip show address \"Wi-Fi\" | grep 'IP Address' | sed -r 's/.*IP Address:\\W*//') TAMAGUI_TARGET=native expo start", | ||
|