Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Simplifies navigation, adds comments #338

Merged
merged 15 commits into from
May 21, 2020
Merged

Conversation

jamonholmgren
Copy link
Member

In this PR, I'm simplifying the navigation folder by combining some functions into a single utilities file, adding a useNavigationPersistence hook to pull some code out of app.tsx, and adding a bunch of comments.

(Tests are currently failing -- I'll fix that.)

@jamonholmgren jamonholmgren changed the title Simplifies navigation, adds comments WIP: Simplifies navigation, adds comments May 8, 2020
@jamonholmgren jamonholmgren changed the title WIP: Simplifies navigation, adds comments Simplifies navigation, adds comments May 21, 2020
@@ -14,6 +14,8 @@ const execaShell = (command: string, opts = {}) => execa(command, { shell: true,
describe("a generated app", () => {
// creates a new temp directory
const appTemp: string = tempy.directory()
console.log("Test app directory:", appTemp)
Copy link
Member Author

Choose a reason for hiding this comment

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

Leave this in

readme.md Outdated Show resolved Hide resolved
Copy link
Contributor

@harrisrobin harrisrobin left a comment

Choose a reason for hiding this comment

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

Love these changes 👍

@jamonholmgren jamonholmgren merged commit 4abb814 into master May 21, 2020
@jamonholmgren jamonholmgren deleted the docs/navigation-comments branch May 21, 2020 18:12
infinitered-circleci pushed a commit that referenced this pull request May 22, 2020
# [5.1.0](v5.0.3...v5.1.0) (2020-05-22)

### Bug Fixes

* **types:** getRoot types fixed ([#340](#340) by [@nirre7](https://github.com/nirre7)) ([2e94b62](2e94b62))

### Features

* **boilerplate:** Upgrades to React Native 0.61.5, adds barrel file for models ([#341](#341) by [@nirre7](https://github.com/nirre7)) ([0c79752](0c79752))
* **deps:** Bump TS lib/target to esnext ([#343](#343) by [@robinheinze](https://github.com/robinheinze)) ([d3f9cc4](d3f9cc4))
* **navigation:** Simplifies navigation, adds helpful comments ([#338](#338) by [@jamonholmgren](https://github.com/jamonholmgren)) ([4abb814](4abb814))
@infinitered-circleci
Copy link

🎉 This PR is included in version 5.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

4 participants