diff --git a/guide/portuguese/react-native/props/index.md b/guide/portuguese/react-native/props/index.md index 6cf2e66410..30bf3fc08d 100644 --- a/guide/portuguese/react-native/props/index.md +++ b/guide/portuguese/react-native/props/index.md @@ -2,7 +2,7 @@ title: Props localeTitle: Adereços --- -## Reagir Nativo - Adereços +## React Native - Adereços O termo props, abreviação de 'properties', significa algum tipo de dado que é passado de um componente para outro. Adereços sempre fluem para baixo a partir do componente pai para o filho. @@ -65,4 +65,4 @@ import { Button } from 'react-native-elements'; } } -``` \ No newline at end of file +```