Skip to content

Commit

Permalink
Fix numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 9, 2022
1 parent 7176b16 commit ec5aa2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/the-new-architecture/pillars.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ For the sake of this guide we're going to use the following **terminology**:
The next sections contain an high-level overview of the pillars, together with the steps to create them. To create one of these pillars, the steps are:

1. Define a JavaScript specification using Flow or TypeScript.
2. Configure the dependencies management system to generate code from the provided spec.
3. Implement the Native code.
4. Integrate the code in the app.
1. Configure the dependencies management system to generate code from the provided spec.
1. Implement the Native code.
1. Integrate the code in the app.

Finally, we dive a little deeper into the [Codegen](pillars-codegen) process that is required to create all the C++ types and files used by our components, including some useful steps to work comfortably while developing the component.

Expand Down

0 comments on commit ec5aa2b

Please sign in to comment.