7.0.0 (2021-05-28)
Bug Fixes
Features
- web: Web support when using —expo (#1686 by @markrickert) (2be1dd2)
BREAKING CHANGES
We've been getting a lot of questions over the years about supporting web on Ignite.
It's here!
For new Ignited apps, if using Expo (--expo
option), web will be supported out of the box!
We're making this a breaking change because we do change a few things around how AsyncStorage is handled, but the impact should be minor if you're upgrading from a recent version of an Ignited app.
Additional notes:
- There's a new component,
AutoImage
, that makes images resize automatically even when the source is a URL. It's a drop-in replacement for the built-in React NativeImage
component - Upgrade expo and dependencies to 40.0.1
- Integrate web-compatible reactotron package
- Removed the yarn.lock file from the boilerplate as its generated automatically during the ignite process
- Web is not currently supported if you're using the non-Expo version of Ignite