diff --git a/Content/2-Instalacao/Instalacao.md b/Content/2-Instalacao/Instalacao.md index 791587b..6accf0c 100644 --- a/Content/2-Instalacao/Instalacao.md +++ b/Content/2-Instalacao/Instalacao.md @@ -45,4 +45,9 @@ const App: FunctionComponent = props => { } export default App -``` \ No newline at end of file +``` + +# Typescript + React Native + +Também é possível iniciar um projeto React Native com Typescript usando esse comando: +`npx react-native init MyApp --template react-native-template-typescript` \ No newline at end of file