|
@@ -19,6 +19,8 @@ _Esse projeto é mantido gratuitamente por essas pessoas usando ambos seu tempo
|
19
|
19
|
|
20
|
20
|
- [x] iOS
|
21
|
21
|
- [x] Android
|
|
22
|
+- [x] macOS
|
|
23
|
+- [x] Windows
|
22
|
24
|
|
23
|
25
|
_Nota: O suporte da Expo para o React Native WebView começou com [Expo SDK v33.0.0](https://blog.expo.io/expo-sdk-v33-0-0-is-now-available-52d1c99dfe4c)._
|
24
|
26
|
|
|
@@ -34,7 +36,9 @@ Esse projeto segue [versionamento semântico](https://semver.org/). Não hesitam
|
34
|
36
|
|
35
|
37
|
Versão atual: ![version](https://img.shields.io/npm/v/react-native-webview.svg)
|
36
|
38
|
|
37
|
|
-- [7.0.1](https://github.com/react-native-community/react-native-webview/releases/tag/v7.0.1) - UIWebView removido
|
|
39
|
+- [8.0.0](https://github.com/react-native-community/react-native-webview/releases/tag/v8.0.0) - onNavigationStateChange agora é disparado quando alterado o hash da URL.
|
|
40
|
+
|
|
41
|
+- [7.0.1](https://github.com/react-native-community/react-native-webview/releases/tag/v7.0.1) - UIWebView removido.
|
38
|
42
|
|
39
|
43
|
- [6.0.**2**](https://github.com/react-native-community/react-native-webview/releases/tag/v6.0.2) - Update para AndroidX. Tenha certeza de habilitar no `android/gradle.properties` do seu projeto. Veja o [Getting Started Guide](https://github.com/react-native-community/react-native-webview/blob/master/docs/Getting-Started.md).
|
40
|
44
|
|