这是indexloc提供的服务,不要输入任何密码
Skip to content

docs(quick-start): fixes #2663 #2964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 23, 2025
Merged

Conversation

frankcalise
Copy link
Contributor

Description

A new Quick Start guide that gets to the point a bit more with regards to setup, new app and publishing an app.

This should address the needs defined in #2663

Screenshots

image image

@frankcalise frankcalise requested a review from markrickert June 4, 2025 21:25
@frankcalise frankcalise linked an issue Jun 4, 2025 that may be closed by this pull request
Copy link
Contributor

@coolsoftwaretyler coolsoftwaretyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for doin' this.


## 3. Making changes

To make the app yours, simply edit the source code in the `app/` directory (or `src/app/` if you chose to build an Expo Router project). If you have an app running from the previous step, you'll instantly see those changes appear as you save your changes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given you included the --yes command above, can we assume they won't have Expo Router?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, but rather than remove that do you think give an alternate command with --yes --experimental=expo-router to have more of an audience the guide pertains to? Lots of people want that

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that makes sense

frankcalise and others added 2 commits June 12, 2025 21:35
Co-authored-by: Robin Heinze <robin.m.heinze@gmail.com>
Copy link
Member

@jamonholmgren jamonholmgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@markrickert
Copy link
Member

Thanks for this! Merging into the ignite v11 branch.

@markrickert markrickert merged commit d6dec5f into feat/expo-sdk-53 Jun 23, 2025
1 check passed
@markrickert markrickert deleted the docs/quick-start branch June 23, 2025 23:45
markrickert pushed a commit that referenced this pull request Jul 2, 2025
BREAKING CHANGE: adopt new architecture by default and remove legacy support (#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 (#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 (#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 (#2970 by @markrickert)

- Refactor useAppTheme and ThemeProvider for easier integration

fix: address compatibility issues with React 19, TypeScript, and tests (#2966, #2968 by @objecttiveSee)

- Solve TS 5.4/React 19 type issues and downgrade TS to 5.3.3
- Fix failing snapshots and metro test conditions
- Add missing ESLint plugin and clean up demo code

chore: update docs, config, and version alignment (#2964 by @frankcalise)

- Sync README, quickstart, and context docs
- Enforce node >= 20 and update linting rules across project
infinitered-circleci pushed a commit that referenced this pull request Jul 2, 2025
# [11.0.0](v10.5.3...v11.0.0) (2025-07-02)

* Ignite v11 (Expo SDK 53) (#2938) ([154d2ed](154d2ed)), closes [#2938](#2938) [#2938](#2938) [#2960](#2960) [#2970](#2970) [#2966](#2966) [#2968](#2968) [#2964](#2964)

### Bug Fixes

* **BackHandler:** switch to non-deprecated listener syntax [#2966](#2966) [skip ci] ([aeb3ee9](aeb3ee9))
* **types:** update useRef with default undefined value ([#2968](#2968)) [skip ci] ([1f7a8fe](1f7a8fe))

### BREAKING CHANGES

* adopt new architecture by default and remove legacy support (#2961 by @markrickert)

- Enable New Architecture in all new projects; legacy option removed from CLI
- Boilerplate and CLI now assume New Arch by default
@jamonholmgren
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lack of documentation for a quick start.
5 participants