Skip to content

2.0: Next.js 13 Support + Image

Compare
Choose a tag to compare
@nandorojo nandorojo released this 03 Nov 18:39
· 373 commits to master since this release
fbdb2c8

Full upgrade guide + release notes here.

yarn add solito

This version will upgrade examples & internal support to work with Next.js 13.

To discuss, check out the issue open at #202

To follow along with the code, see the PR: #202.

New Features

Link

The Link & TextLink components have been adjusted to match the next@13 API.

solito/image

I'm experimenting with a new solito/image component at #217. If anyone is familiar with srcSet and sizes behavior, and how it might be converted to a JS-based implementation on native, I'd greatly appreciate some guidance.

If I move forward with this feature, it opens the door to also add a solito/image/fast component to use react-native-fast-image on iOS and Android.

What's Changed

New Contributors

Full Changelog: v1.0.11...v2.0