Browse Source

Remove backticks from third party support doc

Guy Carmeli 6 years ago
parent
commit
bd4f70434b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/third-party.md

+ 1
- 1
docs/docs/third-party.md View File

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
 ```