npm tamagui 1.115.0
v1.115.0

latest releases: 1.136.9, 1.136.8, 1.136.7...
13 months ago

Bug Fixes

  • build: add back in cjs builds and specification for import => require node compat (natew)

You'll generally want to have your package.json exports look like this as of this version:

".": {
      "react-native-import": "./dist/esm/index.native.js",
      "react-native": "./dist/cjs/index.native.js",
      "types": "./types/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs"
    }

Documentation

  • add some more clarity around themes and tokens relationships (natew)

Chores

  • add default fallback just in case metro is weird (natew)
  • fix some imports for new build style (natew)

Commits

  • b54affa: update exports to match new tamagui-build (natew)
  • e39e06d: temp fix our internal vite plugin for testing compat (natew)
  • 78c4a9f: fix create from cjs changes (natew)
  • bac00ba: disable use-store test for now - we arent updating this library anymore (natew)
  • cb59d36: fix more package jsons (natew)
  • b892bc4: v1.115.0 (natew)

Don't miss a new tamagui release

NewReleases is sending notifications on new releases.