Skip to content

Commit b9f2ba9

Browse files
committed
Removes npm namespace
1 parent 78251fc commit b9f2ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0001-template.md renamed to proposals/0001-webview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { WebView } from 'react-native';
2222
This would move it to an external package, like so:
2323

2424
```jsx
25-
import { WebView } from '@infinitered/react-native-webview';
25+
import { WebView } from 'react-native-webview';
2626
```
2727

2828
(Where this third-party package will live is an open question. See below.)

0 commit comments

Comments
 (0)