Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-02 | 1.8 kB | |
v11.0.0 source code.tar.gz | 2025-07-02 | 2.3 MB | |
v11.0.0 source code.zip | 2025-07-02 | 2.5 MB | |
Totals: 3 Items | 4.8 MB | 0 |
11.0.0 (2025-07-02)
Ignite v11 (Expo SDK 53) (https://github.com/infinitered/ignite/pull/2938) BREAKING CHANGE: adopt new architecture by default and remove legacy support (https://github.com/infinitered/ignite/pull/2961 by @markrickert)
- Enable New Architecture in all new projects; legacy option removed from CLI
- Boilerplate and CLI now assume New Arch by default
feat: upgrade to Expo SDK 53 with Android edge-to-edge support (https://github.com/infinitered/ignite/pull/2938 by @fpena)
- Upgrade to Expo SDK 53 and align all dependencies
- Add support for Android edge-to-edge using SystemBars
- Update app.json, jest-expo, metro.config, and related config for compatibility
feat: remove mobx-state-tree and enable bring-your-own state management (https://github.com/infinitered/ignite/pull/2960 by @markrickert)
- Remove MST from boilerplate and CLI
- Replace with lightweight React Context examples for demo state
- Support persistence via useMMKVString
feat: simplify theming with refactored ThemeProvider (https://github.com/infinitered/ignite/pull/2970 by @markrickert)
- Refactor useAppTheme and ThemeProvider for easier integration
fix: address compatibility issues with React 19, TypeScript, and tests (https://github.com/infinitered/ignite/pull/2966, https://github.com/infinitered/ignite/pull/2968 by @objectiveSee)
- Solve TS React 19 type issues
- Fix failing snapshots and metro test conditions
- Add missing ESLint plugin and clean up demo code
chore: update docs, config, and version alignment (https://github.com/infinitered/ignite/pull/2964 by @frankcalise)
- Sync README, quickstart, and context docs
- Enforce node >= 20 and update linting rules across project