Update React Native App Tutorial authored by Aaditya Prakash's avatar Aaditya Prakash
...@@ -36,7 +36,7 @@ npm install -g expo-cli ...@@ -36,7 +36,7 @@ npm install -g expo-cli
expo init TUC expo init TUC
``` ```
![]()![Screen_Shot_2021-11-28_at_4](uploads/5b2861f04516b0f18b5d019fcc21c4d5/Screen_Shot_2021-11-28_at_4.46.00_PM.png) ![Screen_Shot_2021-11-28_at_4](uploads/5b2861f04516b0f18b5d019fcc21c4d5/Screen_Shot_2021-11-28_at_4.46.00_PM.png)
The **Expo CLI** will ask you to choose a template. In this tutorial, we will select the **blank** template and write the code from scratch. These templates are useful, for example you can select the "**tabs**" one, if your app design has bottom tabs and you want to implement it by default in your app. The **Expo CLI** will ask you to choose a template. In this tutorial, we will select the **blank** template and write the code from scratch. These templates are useful, for example you can select the "**tabs**" one, if your app design has bottom tabs and you want to implement it by default in your app.
... ...
......