2.0: Next.js 13 Support + Image
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
- Possible typo in docs by @RyelBanfield in #158
- [with-tailwind] fix FOUC + improve Next.js app by @axeldelafosse in #163
- [with-tailwind] Fix TS errors by @axeldelafosse in #167
- Expo router starter + guide by @nandorojo in #169
- Update expo-router.md by @Randall71 in #170
- update starters readme and expo-router entry by @ammarfaris in #173
- Add React Navigation getId link to docs by @kevinvangelder in #176
useRouter
no longer breaks on native (#230) by @ebg1223
New Contributors
- @RyelBanfield made their first contribution in #158
- @axeldelafosse made their first contribution in #163
- @ammarfaris made their first contribution in #173
- @kevinvangelder made their first contribution in #176
Full Changelog: v1.0.11...v2.0