Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created March 3, 2021 20:56
Show Gist options
  • Save Klerith/89d5288dec7ff254913453d26a63e981 to your computer and use it in GitHub Desktop.
Save Klerith/89d5288dec7ff254913453d26a63e981 to your computer and use it in GitHub Desktop.

Revisions

  1. Klerith revised this gist Mar 3, 2021. 2 changed files with 4 additions and 1 deletion.
    4 changes: 4 additions & 0 deletions init-rn.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    # Comando para crear un proyecto de RN con TS
    ```
    npx react-native init AwesomeTSProject --template react-native-template-typescript
    ```
    1 change: 0 additions & 1 deletion init-rn.txt
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    npx react-native init AwesomeTSProject --template react-native-template-typescript
  2. Klerith created this gist Mar 3, 2021.
    1 change: 1 addition & 0 deletions init-rn.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    npx react-native init AwesomeTSProject --template react-native-template-typescript