瀏覽代碼

Update readme with information regarding v2

Guy Carmeli 6 年之前
父節點
當前提交
d3e143de19
No account linked to committer's email address
共有 1 個檔案被更改,包括 7 行新增3 行删除
  1. 7
    3
      README.md

+ 7
- 3
README.md 查看文件

@@ -10,9 +10,13 @@
10 10
 [![Join us on Discord](https://img.shields.io/badge/discord-react--native--navigation-738bd7.svg?style=flat)](https://discord.gg/DhkZjq2)
11 11
 
12 12
 ## Important
13
-Latest stable version is `1.1.x` and is published to npm under tag `latest`. It supports react-native >= 0.48.
14
-<br><br>We are currently redesigning and rewriting this project under branch `v2`.
15
-<br>As a result, new features and pull requests on the current stable version will take more time to process.
13
+We are currently in late stages of development of [v2](https://github.com/wix/react-native-navigation/tree/v2), which is published to npm under `alpha` tag.
14
+* New to RNN? We recommend you start with [v2](https://github.com/wix/react-native-navigation/tree/v2).
15
+* Already using v1? now is the time to migrate your code base to [v2](https://github.com/wix/react-native-navigation/tree/v2), and you can easily do do with a single line of code using the [v1-v2 adapter](https://github.com/wix-playground/react-native-navigation-v1-v2-adapter).
16
+<br><br>Have any questions regarding v2? Join us in [Discord](https://discord.gg/DhkZjq2) #v2 channel.
17
+
18
+<br><br>Latest stable version is `1.1.x` and is published to npm under tag `latest`. It supports react-native >= 0.48.
19
+>⚠️Since we're focusing our efforts on v2, we are not accepting pull requests for v1 and are not addresing issues for v1.
16 20
 
17 21
 ### tl;dr
18 22