Skip to content

Commit dbb9a72

Browse files
authored
chore: Update README.portuguese.md (react-native-webview#2641)
1 parent 37c8d34 commit dbb9a72

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/README.portuguese.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# React Native WebView - Um moderno, multiplataforma WebView para React Native
1+
# React Native WebView - Um moderno, WebView multiplataforma para React Native
22

33
[![star this repo](http://githubbadges.com/star.svg?user=react-native-webview&repo=react-native-webview&style=flat)](https://github.com/react-native-webview/react-native-webview)
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
55
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors)
66
[![Known Vulnerabilities](https://snyk.io/test/github/react-native-webview/react-native-webview/badge.svg?style=flat-square)](https://snyk.io/test/github/react-native-webview/react-native-webview)
77
<a href="https://www.npmjs.com/package/react-native-webview"><img src="https://img.shields.io/npm/v/react-native-webview.svg"></a>
88

9-
**React Native WebView** é um moderno, bem apoiado, e multiplataforma WebView para React Native. É projetado para substituir o WebView embutido(que sera [removido do core](https://github.com/react-native-community/discussions-and-proposals/pull/3)).
9+
**React Native WebView** é um moderno WebView multiplataforma para React Native. Ele foi projetado para substituir o WebView embutido(que será [removido do core](https://github.com/react-native-community/discussions-and-proposals/pull/3)).
1010

11-
## Mantenedores principais - Empresas Patrocinadoras
11+
## Principais Mantenedores - Empresas Patrocinadoras
1212

13-
_Esse projeto é mantido gratuitamente por essas pessoas usando ambos seu tempo livre e tempo de trabalho na empresa._
13+
_Esse projeto é mantido gratuitamente por essas pessoas usando ambos, seu tempo livre e tempo de trabalho na empresa._
1414

1515
- [Thibault Malbranche](https://github.com/Titozzz) ([Twitter @titozzz](https://twitter.com/titozzz)) from [Brigad](https://brigad.co/about)
1616
- [Jamon Holmgren](https://github.com/jamonholmgren) ([Twitter @jamonholmgren](https://twitter.com/jamonholmgren)) from [Infinite Red](https://infinite.red/react-native)
@@ -49,16 +49,16 @@ Versão atual: ![version](https://img.shields.io/npm/v/react-native-webview.svg)
4949
- [3.0.0](https://github.com/react-native-webview/react-native-webview/releases/tag/v3.0.0) - WKWebview: Adicionado um pool de processos compartilhados para que os cookies e o localStorage sejam compartilhados nas webviews no iOS (habilitadas por padrão)
5050
- [2.0.0](https://github.com/react-native-webview/react-native-webview/releases/tag/v2.0.0) - Primeiro lançamento, esta é uma réplica do componente principal do webview.
5151

52-
**Seguinte:**
52+
**Próximos Passos:**
5353

5454
- Remoção do this.webView.postMessage() (
55-
nunca documentado e menos flexível que o injectJavascript) -> [Como migrar](https://github.com/react-native-webview/react-native-webview/issues/809)
55+
nunca foi documentado e é menos flexível que o injectJavascript) -> [Como migrar](https://github.com/react-native-webview/react-native-webview/issues/809)
5656
- Reescrita em Kotlin
5757
- Talvez reescrita em Swift
5858

5959
## Uso
6060

61-
Importe o componente `WebView` de `react-native-webview` e use assim:
61+
Importe o componente `WebView` `react-native-webview` e use assim:
6262

6363
```jsx
6464
import React, { Component } from 'react';
@@ -86,7 +86,7 @@ Veja [Contributing.md](https://github.com/react-native-webview/react-native-webv
8686

8787
## Contribuidores
8888

89-
Obrigado vai a essas pessoas maravilhosas ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key-)):
89+
Um grande obrigado vai para essas pessoas maravilhosas ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key-)):
9090

9191
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
9292
<!-- prettier-ignore -->

0 commit comments

Comments
 (0)