瀏覽代碼

Remove backticks from third party support doc

Guy Carmeli 6 年之前
父節點
當前提交
bd4f70434b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      docs/docs/third-party.md

+ 1
- 1
docs/docs/third-party.md 查看文件

7
 wraps the provided component with a react-redux Provider with the passed redux store
7
 wraps the provided component with a react-redux Provider with the passed redux store
8
 
8
 
9
 ```js
9
 ```js
10
-Navigation.registerComponentWithRedux(`navigation.playground.WelcomeScreen`, () => WelcomeScreen, store, provider);
10
+Navigation.registerComponentWithRedux('navigation.playground.WelcomeScreen', () => WelcomeScreen, store, provider);
11
 ```
11
 ```