Skip to content

Commit

Permalink
docs/architecture: Remove long-outdated bit.
Browse files Browse the repository at this point in the history
There's a lot more that could be improved in this doc; at
#3307 (comment),
we noted that we don't want to keep an up-to-date doc of everything
in the /src directory; everything should be done inline.
  • Loading branch information
Chris Bobbe committed Apr 8, 2020
1 parent 333d07e commit 4f4c6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ persisted data.

In general most of the work will be inside of the `/src` directory. The only
reason to touch the `/ios` or `/android` directories would be to add native
modules (which we aren't using at the moment).
modules.

### Top-level files
* `package.json` - specifies `yarn` / NPM dependencies and scripts for the project
Expand Down

0 comments on commit 4f4c6ec

Please sign in to comment.