|
1 |
| -# React Native WebView - Um moderno, multiplataforma WebView para React Native |
| 1 | +# React Native WebView - Um moderno, WebView multiplataforma para React Native |
2 | 2 |
|
3 | 3 | [](https://github.com/react-native-webview/react-native-webview)
|
4 | 4 | [](http://makeapullrequest.com)
|
5 | 5 | [](#contributors)
|
6 | 6 | [](https://snyk.io/test/github/react-native-webview/react-native-webview)
|
7 | 7 | <a href="https://www.npmjs.com/package/react-native-webview"><img src="https://img.shields.io/npm/v/react-native-webview.svg"></a>
|
8 | 8 |
|
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)). |
10 | 10 |
|
11 |
| -## Mantenedores principais - Empresas Patrocinadoras |
| 11 | +## Principais Mantenedores - Empresas Patrocinadoras |
12 | 12 |
|
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._ |
14 | 14 |
|
15 | 15 | - [Thibault Malbranche](https://github.com/Titozzz) ([Twitter @titozzz](https://twitter.com/titozzz)) from [Brigad](https://brigad.co/about)
|
16 | 16 | - [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: 
|
49 | 49 | - [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)
|
50 | 50 | - [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.
|
51 | 51 |
|
52 |
| -**Seguinte:** |
| 52 | +**Próximos Passos:** |
53 | 53 |
|
54 | 54 | - 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) |
56 | 56 | - Reescrita em Kotlin
|
57 | 57 | - Talvez reescrita em Swift
|
58 | 58 |
|
59 | 59 | ## Uso
|
60 | 60 |
|
61 |
| -Importe o componente `WebView` de `react-native-webview` e use assim: |
| 61 | +Importe o componente `WebView` `react-native-webview` e use assim: |
62 | 62 |
|
63 | 63 | ```jsx
|
64 | 64 | import React, { Component } from 'react';
|
@@ -86,7 +86,7 @@ Veja [Contributing.md](https://github.com/react-native-webview/react-native-webv
|
86 | 86 |
|
87 | 87 | ## Contribuidores
|
88 | 88 |
|
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-)): |
90 | 90 |
|
91 | 91 | <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
92 | 92 | <!-- prettier-ignore -->
|
|
0 commit comments