Skip to content

Commit

Permalink
feat(starters): Remove need for build step in ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
natew committed Nov 27, 2022
1 parent 83ad569 commit b8e2d0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions next.md
Expand Up @@ -73,6 +73,7 @@ inbox
- remove types from dir
- yarn tamagui-build types and commits
-
- move much logic from withTamgui into TamaguiPlugin
- TestFontTokensInVariants types not autocompleting in variants... but showing properly on hover/type property
- if no enterStyle or exitStyle set with AnimatePresence, it doesn't exit
- pass Size down context (see Group) is this just Themes but for individual props (css variable direct support <Theme set={{ size: '$4' }}> ?)?
Expand Down
8 changes: 2 additions & 6 deletions starters/next-expo-solito/packages/ui/package.json
Expand Up @@ -5,18 +5,14 @@
"*.css"
],
"private": true,
"types": "./types/index",
"types": "src",
"module:jsx": "src",
"main": "dist/cjs",
"module": "dist/esm",
"module:jsx": "dist/jsx",
"files": [
"types",
"dist"
],
"scripts": {
"build": "tamagui-build",
"watch": "tamagui-build --watch"
},
"dependencies": {
"@my/config": "*",
"tamagui": "^1.0.1-beta.220"
Expand Down
8 changes: 8 additions & 0 deletions starters/next-expo-solito/yarn.lock
Expand Up @@ -2789,13 +2789,21 @@ __metadata:
resolution: "@my/ui@workspace:packages/ui"
dependencies:
"@my/config": "*"
<<<<<<< HEAD
<<<<<<< HEAD
"@tamagui/build": ^1.0.1-beta.198
tamagui: ^1.0.1-beta.198
=======
"@tamagui/build": ^1.0.1-beta.220
tamagui: ^1.0.1-beta.220
>>>>>>> 9ad2ba8c3 (fix(core): Fix native Input placeholderTextColor)
=======
"@tamagui/build": ^1.0.1-beta.220
tamagui: ^1.0.1-beta.220
=======
tamagui: ^1.0.1-beta.219
>>>>>>> 98656ecca (feat(starters): Remove need for build step in ui package)
>>>>>>> b930303c9 (feat(starters): Remove need for build step in ui package)
languageName: unknown
linkType: soft

Expand Down

0 comments on commit b8e2d0e

Please sign in to comment.